From 79703f9d620a0a5f030423b255a85f5c83480a07 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Fri, 5 Jan 2024 21:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20systemd=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E8=B7=AF=E5=BE=84?= 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 f6074d8..6760b8a 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -185,7 +185,7 @@ CPUPOWER_STOP_OPTS="frequency-set -g performance" ```bash ## 创建 cpupower 服务配置文件 -$ nano /usr/lib/systemd/system/cpupower.service +$ nano /etc/systemd/system/cpupower.service ``` 在服务配置文件中修改以下配置项,并保存。