examples: use one-second check interval in chrony-wait.service

This commit is contained in:
Miroslav Lichvar 2015-10-09 13:36:02 +02:00
parent 32f8bec92d
commit 6a84126c28

View file

@ -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