core123: Ship and restart squid and apache

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-07-26 14:46:53 +01:00
parent 51099ddfd7
commit a580a31c0f
3 changed files with 5 additions and 0 deletions

View File

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

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
# Extract files
extract_files
@@ -46,7 +47,9 @@ ldconfig
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/apache restart
/etc/init.d/unbound restart
/etc/init.d/squid start
# This update needs a reboot...
touch /var/run/need_reboot