#!/sbin/runscript

name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$HTTPD_OPTS"

depend() {
	need net localmount
	after firewall
}