#!/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
}
