1 2 3 4 5 6 7 8 9 10 11
#!/sbin/runscript name="busybox $SVCNAME" command="/usr/sbin/$SVCNAME" command_args="$HTTPD_OPTS" depend() { need net localmount after firewall }