Seems to work better on wheezy if we do a full lighttpd restart in postinst.
This commit is contained in:
parent
7c3a300e60
commit
4c6f0f156b
2
debian/dump1090-fa.postinst
vendored
2
debian/dump1090-fa.postinst
vendored
|
@ -35,7 +35,7 @@ case "$1" in
|
|||
echo "Enabling lighttpd integration.." >&2
|
||||
lighty-enable-mod dump1090-fa || true
|
||||
echo "Restarting lighttpd.." >&2
|
||||
invoke-rc.d lighttpd force-reload || true
|
||||
invoke-rc.d lighttpd restart || true
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
Loading…
Reference in a new issue