From 715b841e5b8e53774968a5f844359e1281b725fc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 21 Apr 2020 19:16:53 +0000 Subject: [PATCH] core144: restart squid Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/144/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/144/update.sh b/config/rootfiles/core/144/update.sh index 8449418f0e..99e3a12a5d 100644 --- a/config/rootfiles/core/144/update.sh +++ b/config/rootfiles/core/144/update.sh @@ -58,6 +58,7 @@ ldconfig # Start services /etc/init.d/apache restart +/etc/init.d/squid restart # create dhcpcd user groupadd -g 52 dhcpcd -- 2.39.5