From b84666a6b64a903c92bc3515c92e9355385406e5 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sat, 14 Oct 2023 23:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E6=B3=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index 8964cbb..d8e4e4e 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -221,7 +221,7 @@ $ systemctl daemon-reload 使用以下命令让 `cpupower` 服务开机自启动。 ```bash -## 设置 cpupower 拨号服务开机自启 +## 设置 cpupower 服务开机自启 $ systemctl enable cpupower.service ```