From a56d36b07804b31c555fa5241036c592e682adf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 9 Jun 2022 19:56:13 +0000 Subject: [PATCH] Core Update 169: 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/169/filelists/apache2 | 1 + config/rootfiles/core/169/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/169/filelists/apache2 diff --git a/config/rootfiles/core/169/filelists/apache2 b/config/rootfiles/core/169/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/169/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index 40b09bd8a3..ca50723cb1 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -34,6 +34,7 @@ done # Stop services /etc/init.d/unbound stop /etc/init.d/squid stop +/etc/init.d/apache stop # Remove files rm -rvf \ @@ -63,6 +64,7 @@ ldconfig # Start services telinit u /etc/init.d/firewall restart +/etc/init.d/apache start /etc/init.d/unbound start /etc/init.d/squid start -- 2.39.5