summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-29 20:57:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-29 23:14:52 +0100
commitf94ce49973a68903579e10ff3af34602f4ac0714 (patch)
tree2b8aff6c41d92ef431dce8400211f2b5558dec5c /debian
parent59d83e8e05550a0eaa9edb203cd8e6d925d3681b (diff)
downloaditzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.tar.gz
itzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.tar.bz2
itzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.zip
debian/itzks-systems-faiserver.postinst: Restart squid-deb-proxy during postinst.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/itzks-systems-faiserver.postinst1
1 files changed, 1 insertions, 0 deletions
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
;;