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:
Glenn Strauss
2017-01-07 00:38:05 -05:00
parent 694e5a677c
commit 6e788aca0c
3 changed files with 71 additions and 23 deletions

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
}