From 4c6f0f156b61ee6ff453256b7ad3efef762463ff Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 12 Jul 2016 18:58:42 +0100 Subject: [PATCH] Seems to work better on wheezy if we do a full lighttpd restart in postinst. --- debian/dump1090-fa.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dump1090-fa.postinst b/debian/dump1090-fa.postinst index 99ceccb..a2c430e 100644 --- a/debian/dump1090-fa.postinst +++ b/debian/dump1090-fa.postinst @@ -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)