我正在使用 chrony 为我的 Centos 7 服务器进行 NTP 时间同步。有时我注意到某些服务器时间不正确,我必须使用 ntpdate 命令来纠正时间。
我有以下配置,如果缺少某些配置,请告诉我。
egrep -v '#|^$' /etc/chrony.conf
server ntp minpoll 8
keyfile /etc/chrony/chrony.keys
commandkey 1
driftfile /var/lib/chrony/chrony.drift
log tracking measurements statistics
logdir /var/log/chrony
maxupdateskew 100.0
dumponexit
dumpdir /var/lib/chrony
local stratum 10
logchange 0.5
rtconutc
谢谢SR