7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
command="/usr/bin/webhook"
|
|
command_args="-hooks /srv/hugo/hooks.json -verbose"
|
|
command_background="yes"
|