From 5a1d6b644ad90484ba376fd54eb5de8d8c74ec9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 28 Dec 2021 23:02:49 +0100 Subject: [PATCH] Core Update 163: 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/163/filelists/apache2 | 1 + config/rootfiles/core/163/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/163/filelists/apache2 diff --git a/config/rootfiles/core/163/filelists/apache2 b/config/rootfiles/core/163/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/163/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/163/update.sh b/config/rootfiles/core/163/update.sh index c9301adc20..46c20b1f10 100644 --- a/config/rootfiles/core/163/update.sh +++ b/config/rootfiles/core/163/update.sh @@ -69,6 +69,7 @@ ldconfig # Start services telinit u +/etc/init.d/apache restart /etc/init.d/unbound restart /etc/init.d/squid restart -- 2.39.5