28 lines
715 B
Text
28 lines
715 B
Text
|
# Cloudflare time servers
|
||
|
server time.cloudflare.com iburst
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# Specify file containing keys for NTP authentication.
|
||
|
keyfile /etc/chrony.keys
|
||
|
|
||
|
# Save NTS keys and cookies.
|
||
|
ntsdumpdir /var/lib/chrony
|
||
|
|
||
|
# Insert/delete leap seconds by slewing instead of stepping.
|
||
|
#leapsecmode slew
|
||
|
|
||
|
# Get TAI-UTC offset and leap seconds from the system tz database.
|
||
|
leapsectz right/UTC
|
||
|
|
||
|
# Specify directory for log files.
|
||
|
logdir /var/log/chrony
|