core184: Ship squid

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-02-09 11:26:55 +00:00
parent 8c2109bc21
commit 8e111d6f03
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/init.d/squid stop
/etc/init.d/vnstat stop
# Extract files
@@ -80,6 +81,10 @@ telinit u
/etc/init.d/vnstat start
/etc/init.d/collectd restart
if [ -f /var/ipfire/proxy/enable ]; then
/etc/init.d/squid start
fi
# This update needs a reboot...
touch /var/run/need_reboot