CentOS 8使用chrony
替代ntp
做时间同步。
安装
使用
配置
末尾添加:
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
| Thu Jun 10 22:37:27 CST 2021
|