allow ntpsec to set the date even if it's too old

This commit is contained in:
f 2022-09-03 19:23:37 -03:00
parent 948c9a5d8d
commit 9064e5304f

View file

@ -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 $?
}