aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/httpd.initd
blob: 091207e47b547bbd12e24da93a21f9bb19ea6e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript

name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$HTTPD_OPTS"
pidfile="/var/run/$SVCNAME.pid"


depend() {
	need net localmount
	after firewall
}