更新备注

This commit is contained in:
CallMeR
2025-01-13 18:02:25 +08:00
parent f8b3bfd75e
commit 82066a8a21
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ pool cn.pool.ntp.org iburst
保存该配置文件后,需重启 `chrony.service` ,并再次检查系统 NTP 服务器地址。
```bash
## 重启 chrony 服务
## 重启 chrony.service
$ systemctl restart chrony.service
## 检查系统 NTP 服务器
+1 -1
View File
@@ -289,7 +289,7 @@ NTP=ntp.aliyun.com ntp.tencent.com cn.pool.ntp.org
保存该配置文件后,需重启 `systemd-timesyncd.service` 服务,并再次检查系统 NTP 服务器地址。
```bash
## 重启 chrony 服务
## 重启 systemd-timesyncd.service
$ sudo systemctl restart systemd-timesyncd.service
## 检查系统 NTP 服务器
+1 -1
View File
@@ -314,7 +314,7 @@ NTP=ntp.aliyun.com ntp.tencent.com cn.pool.ntp.org
保存该配置文件后,需重启 `systemd-timesyncd.service` 服务,并再次检查系统 NTP 服务器地址。
```bash
## 重启 chrony 服务
## 重启 systemd-timesyncd.service
$ sudo systemctl restart systemd-timesyncd.service
## 检查系统 NTP 服务器