7 lines
153 B
Plaintext
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"
|