Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 461 Bytes

linux-centos-时间同步.md

File metadata and controls

30 lines (16 loc) · 461 Bytes

Centos 8 已经无法安装 ntpdate ,可以使用chrony模块。

修改配置加入网络时间:

vim /etc/chrony.conf

image-20200915171021249

增加多个server服务器:

server 210.72.145.44 iburst
server ntp.aliyun.com iburst

执行时间同步:

systemctl restart chronyd.service
chronyc sources -v