From 4c011a72b446cdc12210da2cbc358d0f421c2a00 Mon Sep 17 00:00:00 2001 From: Ing Date: Mon, 22 Apr 2024 08:13:55 +0800 Subject: [PATCH] fix something --- docs/issues.html | 8 ++++---- guide.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/issues.html b/docs/issues.html index b97dda0e..1b8bccfc 100644 --- a/docs/issues.html +++ b/docs/issues.html @@ -22,11 +22,11 @@ href="https://github.githubassets.com/assets/global-78704364aaba.css" /> @@ -283,7 +283,7 @@
-
@@ -294,7 +294,7 @@
-
diff --git a/guide.md b/guide.md index 62994f49..e6a62b9a 100644 --- a/guide.md +++ b/guide.md @@ -180,6 +180,7 @@ systemctl | grep failed # 查看失败的服务 systemctl list-unit-files # 查看服务配置文件 systemctl list-units # 查看服务状态 + systemctl daemon-reload # 重新加载配置文件 systemctl status cpufreq.service # 查看 CPU 频率调节器状态 systemctl start cpufreq.service # 启动 CPU 频率调节器 systemctl stop cpufreq.service # 停止 CPU 频率调节器