allow ntpsec to set the date even if it's too old
This commit is contained in:
parent
948c9a5d8d
commit
9064e5304f
1 changed files with 1 additions and 1 deletions
|
@ -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 $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue