]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Core Update 175: Ship and restart Apache
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Apr 2023 18:41:09 +0000 (18:41 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Apr 2023 18:41:09 +0000 (18:41 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/175/filelists/apache2 [new symlink]
config/rootfiles/core/175/update.sh

diff --git a/config/rootfiles/core/175/filelists/apache2 b/config/rootfiles/core/175/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
index 5c2f8738d435c2a4110c205e0f0906c20da0f63d..a5c7491bdabd4f7ef0be1b51a29a1b42c60c09df 100644 (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