Core Update 175: Ship and restart Squid

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-05-11 20:06:06 +00:00
parent 34a9705d95
commit 9a671e7ae4
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/squid

View File

@@ -47,6 +47,7 @@ done
/etc/rc.d/init.d/apache stop
/etc/rc.d/init.d/ntp stop
/etc/rc.d/init.d/sshd stop
/etc/rc.d/init.d/squid stop
/etc/rc.d/init.d/unbound stop
/etc/rc.d/init.d/suricata stop
@@ -144,6 +145,9 @@ fi
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
/etc/init.d/sshd start
fi
if [ -f /var/ipfire/proxy/enable ]; then
/etc/init.d/squid start
fi
# Regenerate all initrds
dracut --regenerate-all --force