#!/sbin/openrc-run name="busybox $SVCNAME" command="/usr/sbin/$SVCNAME" command_args="$INETD_OPTS" pidfile="/var/run/$SVCNAME.pid" depend() { need net localmount after firewall }