projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a05b10c09477131849f4495dcee917fa45a44969
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
httpd
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
start
() {
5
[
-d
/
www
] &&
httpd
-p
80
-h
/
www
-r
OpenWrt
6
}
7
8
stop
() {
9
killall httpd
10
}
This page took
0.051198 seconds
and
3
git commands to generate.