mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Core Update 175: Ship and restart Squid
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/175/filelists/squid
Symbolic link
1
config/rootfiles/core/175/filelists/squid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user