From 9691336e5cac7b86e5cf67330db0bf2a27d7cef0 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 27 Nov 2023 17:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LXC=20=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.PVE初始化配置.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index 33403aa..edf4d05 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -122,7 +122,7 @@ $ cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm.bak ## 替换 CT Templates 链接 $ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /usr/share/perl5/PVE/APLInfo.pm -## 重启 PVE Daemon 服务 +## 重启 PVE API 守护进程 $ systemctl restart pvedaemon.service ```