Core Update 174: Ship and restart Apache

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-03-11 16:17:48 +00:00
parent ee1d6a7c3a
commit fd5a24daec
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/rc.d/init.d/apache stop
/etc/rc.d/init.d/squid stop
/etc/rc.d/init.d/ipsec stop
@@ -62,6 +63,7 @@ ldconfig
# Start services
telinit u
/etc/rc.d/init.d/apache start
if [ -f /var/ipfire/proxy/enable ]; then
/etc/init.d/squid start
fi