mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 09:40:18 +04:00
lighttpd: add new modules, upd URLs, add restart()
(with feedback from @hnyman and patch additions from @MikePetullo) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
@@ -18,3 +18,9 @@ stop() {
|
||||
service_stop /usr/sbin/lighttpd
|
||||
}
|
||||
|
||||
restart() {
|
||||
/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf || exit 1
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user