From 82066a8a2167e8de95168352552321a81c3be172 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 13 Jan 2025 18:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 2 +- 05.PVE制作虚拟机模板.md | 2 +- 07.PVE制作TS服务器.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index c1219d1..8dd7d51 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -68,7 +68,7 @@ pool cn.pool.ntp.org iburst 保存该配置文件后,需重启 `chrony.service` ,并再次检查系统 NTP 服务器地址。 ```bash -## 重启 chrony 服务 +## 重启 chrony.service $ systemctl restart chrony.service ## 检查系统 NTP 服务器 diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 612c579..6d48718 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -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 服务器 diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 1f29c6a..8ac843c 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -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 服务器