From a924020ea83bad4802ff59dbbcb3bb7d32b29cc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 23 Jun 2022 07:27:19 +0000 Subject: [PATCH] Core Update 169: Restart ntpd to apply configuration changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/169/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index a27f20a304..abca6c336c 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -150,6 +150,7 @@ ldconfig # Start services telinit u /etc/init.d/firewall restart +/etc/init.d/ntp restart /etc/init.d/apache start /etc/init.d/unbound start /etc/init.d/squid start -- 2.39.5