From: Peter Müller Date: Sat, 17 Feb 2024 20:37:04 +0000 (+0000) Subject: Core Update 185: Restart ntp X-Git-Tag: v2.29-core185~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8f2d9da4cb911061cd13c22b29b9b92c5d6a362;p=ipfire-2.x.git Core Update 185: Restart ntp Signed-off-by: Peter Müller --- 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