ansible-role-hugo/files/webhook.openrc
2021-11-14 19:07:46 +01:00

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"