mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
committed by
Hannu Nyman
parent
87db571366
commit
18d7593c72
@@ -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