From 9064e5304f2e6822b65f6ee296d142c02d9ac2ab Mon Sep 17 00:00:00 2001 From: f Date: Sat, 3 Sep 2022 19:23:37 -0300 Subject: [PATCH] allow ntpsec to set the date even if it's too old --- templates/etc/init.d/ntpd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/init.d/ntpd.j2 b/templates/etc/init.d/ntpd.j2 index 3779360..cd99913 100755 --- a/templates/etc/init.d/ntpd.j2 +++ b/templates/etc/init.d/ntpd.j2 @@ -9,7 +9,7 @@ depend() { start() { ebegin "Starting NTPSec" - start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" + start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- -g eend $? }