From 1b85b0195fc5893b6a6b20d10e1a3887188fd77e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 24 Apr 2023 18:41:09 +0000 Subject: [PATCH] Core Update 175: Ship and restart Apache MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/175/filelists/apache2 | 1 + config/rootfiles/core/175/update.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/175/filelists/apache2 diff --git a/config/rootfiles/core/175/filelists/apache2 b/config/rootfiles/core/175/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/175/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/175/update.sh b/config/rootfiles/core/175/update.sh index 5c2f8738d4..a5c7491bda 100644 --- a/config/rootfiles/core/175/update.sh +++ b/config/rootfiles/core/175/update.sh @@ -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 -- 2.39.5