编辑 chrony 配置文件
vim /etc/chrony.conf
新增内容:
server 210.72.145.44 iburst
server ntp.aliyun.com iburst
同时要注释一下:# pool 2.centos.pool.ntp.org iburst
重启chronydf服务
systemctl restart chronyd.service
设置 chronyd 开机自启
systemctl enable chronyd.service
进行时间同步
chronyc sources -v
设置北京时区
sudo timedatectl set-timezone Asia/Shanghai
查看时间是否生效
date