更改配置文件
[root@Controller ~]# vim /etc/chrony.conf
重启服务并设置为开机自启动
[root@Controller ~]# systemctl restart chronyd.service
[root@Controller ~]# systemctl enable chronyd.service
在另一台CentOS测试
更改配置文件
[root@Compute ~]# vim /etc/chrony.conf
重启服务并设置为开机自启动
[root@compute ~]# systemctl start chronyd.service
[root@compute ~]# systemctl enable chronyd.service