examples: use one-second check interval in chrony-wait.service
This commit is contained in:
parent
32f8bec92d
commit
6a84126c28
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Wants=time-sync.target
|
|||
Type=oneshot
|
||||
# Wait up to ~10 minutes for chronyd to synchronize and the remaining
|
||||
# clock correction to be less than 0.1 seconds
|
||||
ExecStart=/usr/bin/chronyc waitsync 60 0.1
|
||||
ExecStart=/usr/bin/chronyc waitsync 600 0.1 0.0 1
|
||||
RemainAfterExit=yes
|
||||
StandardOutput=null
|
||||
|
||||
|
|
Loading…
Reference in a new issue