listupgrade: Add service restart notification for squid

This commit is contained in:
Ludovic Poujol 2018-03-06 15:13:51 +01:00 committed by Jérémy Lecour
parent 5650b79c81
commit 602c9fbf3b

View file

@ -159,6 +159,8 @@ for pkg in $packagesParsable; do
echo "HAProxy" >>$servicesToRestart
elif [ "$pkg" = "varnish" ]; then
echo "Varnish" >>$servicesToRestart
elif [ "$pkg" = "squid" ]; then
echo "Squid" >>$servicesToRestart
elif [ "$pkg" = "libc6" ]; then
echo "Tous les services (mise à jour de libc6)." >$servicesToRestart