]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 185: Restart ntp
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 17 Feb 2024 20:37:04 +0000 (20:37 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 17 Feb 2024 20:37:04 +0000 (20:37 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/185/update.sh

index 3321567e368b703ab62da1aaec5aa28894099dcb..8671de9827156d7641718d9031f4944ba540ec1e 100644 (file)
@@ -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 <info@ipfire.org>.                        #
+# Copyright (C) 2024 IPFire-Team <info@ipfire.org>.                        #
 #                                                                          #
 ############################################################################
 #
@@ -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