Seems to work better on wheezy if we do a full lighttpd restart in postinst.

This commit is contained in:
Oliver Jowett 2016-07-12 18:58:42 +01:00
parent 7c3a300e60
commit 4c6f0f156b

View file

@ -35,7 +35,7 @@ case "$1" in
echo "Enabling lighttpd integration.." >&2 echo "Enabling lighttpd integration.." >&2
lighty-enable-mod dump1090-fa || true lighty-enable-mod dump1090-fa || true
echo "Restarting lighttpd.." >&2 echo "Restarting lighttpd.." >&2
invoke-rc.d lighttpd force-reload || true invoke-rc.d lighttpd restart || true
;; ;;
abort-upgrade|abort-remove|abort-deconfigure) abort-upgrade|abort-remove|abort-deconfigure)