aports/testing/reaction/reaction.initd
2023-12-08 10:14:59 +00:00

14 lines
234 B
Bash
Executable file

#!/sbin/openrc-run
supervisor=supervise-daemon
command="/usr/bin/reaction"
command_args="start -c $CONFIG $ARGS"
command_background="yes"
command_user="root"
pidfile="/var/run/${SVCNAME}.pid"
depend() {
need net
after firewall
}