diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-29 20:57:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-29 23:14:52 +0100 |
commit | f94ce49973a68903579e10ff3af34602f4ac0714 (patch) | |
tree | 2b8aff6c41d92ef431dce8400211f2b5558dec5c | |
parent | 59d83e8e05550a0eaa9edb203cd8e6d925d3681b (diff) | |
download | itzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.tar.gz itzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.tar.bz2 itzks-systems-f94ce49973a68903579e10ff3af34602f4ac0714.zip |
debian/itzks-systems-faiserver.postinst: Restart squid-deb-proxy during postinst.
-rwxr-xr-x | debian/itzks-systems-faiserver.postinst | 1 |
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 ;; |