moved openrc files
This commit is contained in:
3
files/openrc/hugo
Normal file
3
files/openrc/hugo
Normal file
@ -0,0 +1,3 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
command=/srv/hugo/generate.sh
|
6
files/openrc/webhook
Normal file
6
files/openrc/webhook
Normal 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"
|
Reference in New Issue
Block a user