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