From f94ce49973a68903579e10ff3af34602f4ac0714 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 29 Dec 2021 20:57:16 +0100 Subject: debian/itzks-systems-faiserver.postinst: Restart squid-deb-proxy during postinst. --- debian/itzks-systems-faiserver.postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/itzks-systems-faiserver.postinst') diff --git a/debian/itzks-systems-faiserver.postinst b/debian/itzks-systems-faiserver.postinst index 4f7c9d6..f489b62 100755 --- a/debian/itzks-systems-faiserver.postinst +++ b/debian/itzks-systems-faiserver.postinst @@ -22,6 +22,7 @@ case "$1" in if invoke-rc.d squid status 1>/dev/null 2>/dev/null; then invoke-rc.d squid stop update-rc.d squid disable + invoke-rc.d squid-deb-proxy restart fi ;; -- cgit v1.2.3