CentOS 7中安装Redis

阅读 5

2024-08-01

 

更改配置文件

[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

 

精彩评论(0)

0 0 举报