12 lines
372 B
Text
12 lines
372 B
Text
# Use public NTP servers from the pool.ntp.org project.
|
|
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.
|
|
makestep 1.0 3
|
|
|
|
# Enable kernel synchronization of the real-time clock (RTC).
|
|
rtcsync
|