moved openrc files

This commit is contained in:
2021-11-14 19:14:57 +01:00
parent 7820343da6
commit 9552603fa3
3 changed files with 12 additions and 34 deletions

6
files/openrc/webhook 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"