Core Update 175: Ship and restart Apache

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-04-24 18:41:09 +00:00
parent f54e9dc398
commit 1b85b0195f
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -45,7 +45,9 @@ done
# Stop services
/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/unbound stop
KVER="xxxKVERxxx"
@@ -126,7 +128,9 @@ ldconfig
/usr/local/bin/sshctrl
# Start services
/etc/rc.d/init.d/unbound start
/etc/rc.d/init.d/apache start
/etc/rc.d/init.d/ntp start
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
/etc/init.d/sshd start
fi