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 频率调节器