From da5db050d81c5b379b926d3960814312d3911d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Sun, 4 Dec 2022 07:43:01 +0000 Subject: [PATCH] =?UTF-8?q?update=203.PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com> --- 3.PVE系统调整.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index b7e0a68..9d2129f 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -48,7 +48,7 @@ Debian 系统常用 `systemd-timesyncd.service` 来同步时间,而 PVE 系统 ```bash ## 编辑 chrony 配置文件 -sudo nano /etc/chrony/chrony.conf +nano /etc/chrony/chrony.conf ``` 在编辑器对话框中,将 `pool 2.debian.pool.ntp.org iburst` 这行内容 “注释” 掉,并添加国内的 NTP 服务器,参考如下内容: @@ -68,7 +68,7 @@ pool ntp.aliyun.com iburst ```bash ## 重启 chrony 服务 -sudo systemctl restart chrony.service +systemctl restart chrony.service ``` 再检查系统 NTP 服务器是否被正确修改: