This commit is contained in:
2021-11-14 19:07:46 +01:00
commit 7820343da6
5 changed files with 66 additions and 0 deletions

3
files/hugo.openrc Normal file
View File

@ -0,0 +1,3 @@
#!/sbin/openrc-run
command=/srv/hugo/generate.sh

6
files/webhook.openrc Normal file
View File

@ -0,0 +1,6 @@
#!/sbin/openrc-run
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/bin/webhook"
command_args="-hooks /srv/hugo/hooks.json -verbose"
command_background="yes"