From b384c5e04b18dff3896f6077ff03cb673e01dd9b Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 3 Dec 2019 09:05:17 +0100 Subject: [PATCH] Move bloc to reduce diff --- templates/chrony.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/chrony.conf.j2 b/templates/chrony.conf.j2 index a6c7152..1c8db31 100644 --- a/templates/chrony.conf.j2 +++ b/templates/chrony.conf.j2 @@ -12,13 +12,13 @@ stratumweight 0 # Record the rate at which the system clock gains/losses time. driftfile /var/lib/chrony/drift +# Allow the system clock to be stepped in the first three updates +# if its offset is larger than 1 second. +makestep 1.0 3 + # Enable kernel synchronization of the real-time clock (RTC). rtcsync -# In first three updates step the system clock instead of slew -# if the adjustment is larger than 10 seconds. -makestep 10 3 - # Enable hardware timestamping on all interfaces that support it. #hwtimestamp *