update 4.PVE制作虚拟机模板.md.

This commit is contained in:
秋刀狐狸
2022-08-06 16:21:03 +00:00
committed by Gitee
parent 280393f83c
commit e3fb6bbffe
+11
View File
@@ -456,4 +456,15 @@ sudo systemctl restart chrony.service
```bash ```bash
## 检查系统 NTP 服务器 ## 检查系统 NTP 服务器
chronyc sources -V chronyc sources -V
```
如果输出以下类似内容,则表示系统 NTP 服务设置正确:
```bash
## NTP 服务示例输出
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^+ 139.199.215.251 2 10 177 244 -1669us[-1757us] +/- 67ms
^* 203.107.6.88 2 10 377 105 -1005us[-1094us] +/- 19ms
``` ```