From 513cb428d793be31eb7c568a4ca0df8d9ff96880 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Jul 2024 09:27:00 +0000 Subject: [PATCH] core187: Ship and restart Apache Signed-off-by: Michael Tremer --- config/rootfiles/core/187/filelists/apache2 | 1 + config/rootfiles/core/187/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/187/filelists/apache2 diff --git a/config/rootfiles/core/187/filelists/apache2 b/config/rootfiles/core/187/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/187/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index e43dc279e9..86e501ee66 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -50,6 +50,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/apache restart /etc/init.d/unbound restart /etc/init.d/suricata restart /etc/init.d/sshd restart -- 2.39.5