From: Miroslav Lichvar Date: Fri, 9 Oct 2015 11:36:02 +0000 (+0200) Subject: examples: use one-second check interval in chrony-wait.service X-Git-Tag: 2.2-pre2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a84126c28ea3e5c85e3fc61d8c8a5d7caafe34c;p=thirdparty%2Fchrony.git examples: use one-second check interval in chrony-wait.service --- diff --git a/examples/chrony-wait.service b/examples/chrony-wait.service index 6513b4fe..3f02f710 100644 --- a/examples/chrony-wait.service +++ b/examples/chrony-wait.service @@ -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