CentOS8时间同步

CentOS 8使用chrony替代ntp做时间同步。

安装

1
yum install -y chrony

使用

配置

1
vim /etc/chrony.conf

末尾添加:

1
2
server s1a.time.edu.cn iburst
server ntp.aliyun.com iburst

设置时区

1
timedatectl set-timezone Asia/Shanghai

同步

1
timedatectl set-ntp true

启动

1
2
systemctl enable chronyd
systemctl start chronyd

查看是否同步成功

1
2
# date
Thu Jun 10 22:37:27 CST 2021
作者

yhan219

发布于

2021-06-10

更新于

2021-06-10

许可协议