examples: improve configuration examples

This commit is contained in:
Miroslav Lichvar
2017-01-30 18:33:19 +01:00
parent 7b7eb0a6e5
commit 362d155558
3 changed files with 49 additions and 39 deletions

View File

@@ -4,8 +4,8 @@ pool pool.ntp.org iburst
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
# In first three updates step the system clock instead of slew
# if the adjustment is larger than 1 second.
# 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).