From b8f2d9da4cb911061cd13c22b29b9b92c5d6a362 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 17 Feb 2024 20:37:04 +0000 Subject: [PATCH] Core Update 185: Restart ntp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/185/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index 3321567e36..8671de9827 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2023 IPFire-Team . # +# Copyright (C) 2024 IPFire-Team . # # # ############################################################################ # @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/ntp stop # Extract files extract_files @@ -54,6 +55,7 @@ ldconfig telinit u /etc/init.d/suricata restart /etc/init.d/unbound restart +/etc/init.d/ntp start # This update needs a reboot... #touch /var/run/need_reboot -- 2.47.3