lighttpd: add new modules, upd URLs, add restart()

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>

cherry picked from commit 6e788aca0c
Hopefully this will fix compilation of some plugins in the 17.01 buildbot.
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Glenn Strauss
2017-04-08 11:10:59 +03:00
committed by Hannu Nyman
parent 87db571366
commit 18d7593c72
3 changed files with 71 additions and 23 deletions
+6
View File
@@ -18,3 +18,9 @@ stop() {
service_stop /usr/sbin/lighttpd
}
restart() {
/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf || exit 1
stop
start
}