Blame SOURCES/chrony.conf

c2c5e4
# Use public servers from the pool.ntp.org project.
c2c5e4
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
c2c5e4
server 0.VENDORZONE.pool.ntp.org iburst
c2c5e4
server 1.VENDORZONE.pool.ntp.org iburst
c2c5e4
server 2.VENDORZONE.pool.ntp.org iburst
c2c5e4
server 3.VENDORZONE.pool.ntp.org iburst
c2c5e4
c2c5e4
# Ignore stratum in source selection.
c2c5e4
stratumweight 0
c2c5e4
c2c5e4
# Record the rate at which the system clock gains/losses time.
c2c5e4
driftfile /var/lib/chrony/drift
c2c5e4
c2c5e4
# Enable kernel RTC synchronization.
c2c5e4
rtcsync
c2c5e4
c2c5e4
# In first three updates step the system clock instead of slew
c2c5e4
# if the adjustment is larger than 10 seconds.
c2c5e4
makestep 10 3
c2c5e4
c2c5e4
# Allow NTP client access from local network.
c2c5e4
#allow 192.168/16
c2c5e4
c2c5e4
# Listen for commands only on localhost.
c2c5e4
bindcmdaddress 127.0.0.1
c2c5e4
bindcmdaddress ::1
c2c5e4
c2c5e4
# Serve time even if not synchronized to any NTP server.
c2c5e4
#local stratum 10
c2c5e4
c2c5e4
keyfile /etc/chrony.keys
c2c5e4
c2c5e4
# Specify the key used as password for chronyc.
c2c5e4
commandkey 1
c2c5e4
c2c5e4
# Generate command key if missing.
c2c5e4
generatecommandkey
c2c5e4
c2c5e4
# Disable logging of client accesses.
c2c5e4
noclientlog
c2c5e4
c2c5e4
# Send a message to syslog if a clock adjustment is larger than 0.5 seconds.
c2c5e4
logchange 0.5
c2c5e4
c2c5e4
logdir /var/log/chrony
c2c5e4
#log measurements statistics tracking