2024-05-18 13:20:28 +02:00

7 lines
153 B
Plaintext

#!/sbin/openrc-run
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/bin/webhook"
command_args="-hooks /etc/webhooks.json -verbose"
command_background="yes"