]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
examples: use one-second check interval in chrony-wait.service
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 9 Oct 2015 11:36:02 +0000 (13:36 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 9 Oct 2015 11:39:37 +0000 (13:39 +0200)
examples/chrony-wait.service

index 6513b4fea42f105d832c70cbca5069ada19863d4..3f02f7105d2e25269bb58d23f48a9be3036c5e47 100644 (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