Commit a88172dc102e49b0f9a867805f099bb1295bcc9b
1 parent
865f602f
Updates 01_basic/ntp.md
Auto commit by GitBook Editor
Showing
1 changed file
with
2 additions
and
0 deletions
01_basic/ntp.md
| @@ -30,6 +30,8 @@ timedatectl set-ntp 1 | @@ -30,6 +30,8 @@ timedatectl set-ntp 1 | ||
| 30 | // 同上安装chrony | 30 | // 同上安装chrony |
| 31 | // 防火墙开启ntp服务 | 31 | // 防火墙开启ntp服务 |
| 32 | firewall-cmd --add-service=ntp --permanent | 32 | firewall-cmd --add-service=ntp --permanent |
| 33 | +// /etc/chrony.cnf配置文件,如下图: | ||
| 34 | + | ||
| 33 | 35 | ||
| 34 | ``` | 36 | ``` |
| 35 | 37 |