#!/sbin/openrc-run

command=/usr/bin/$SVCNAME
pidfile=/var/run/$SVCNAME/$SVCNAME.pid

depend() {
	need net
	after firewall
}
