From 7f4780ba71247b5e2fe423ef7d836efa861ebd16 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 20 Apr 2020 15:22:57 +0000 Subject: [PATCH] core144: add apache Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/144/filelists/apache2 | 1 + config/rootfiles/core/144/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/144/filelists/apache2 diff --git a/config/rootfiles/core/144/filelists/apache2 b/config/rootfiles/core/144/filelists/apache2 new file mode 120000 index 0000000000..eef95efa72 --- /dev/null +++ b/config/rootfiles/core/144/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/144/update.sh b/config/rootfiles/core/144/update.sh index 103f8ebc7b..92ed7c7928 100644 --- a/config/rootfiles/core/144/update.sh +++ b/config/rootfiles/core/144/update.sh @@ -55,6 +55,7 @@ extract_files ldconfig # Start services +/etc/init.d/apache restart # create dhcpcd user groupadd -g 52 dhcpcd -- 2.39.2