From 6deb612c87af21316f2dc2b9aa31da62efdd4508 Mon Sep 17 00:00:00 2001
From: trphoenix <spd260@126.com>
Date: 星期二, 16 九月 2025 16:32:23 +0800
Subject: [PATCH] 修正部份内容

---
 Help/site/sitemap.xml.gz            |    0 
 Help/site/index.html                |    2 +-
 Help/docs/Usages/QA/如何快速部署frpc服务.md |   20 ++++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)

diff --git "a/Help/docs/Usages/QA/\345\246\202\344\275\225\345\277\253\351\200\237\351\203\250\347\275\262frpc\346\234\215\345\212\241.md" "b/Help/docs/Usages/QA/\345\246\202\344\275\225\345\277\253\351\200\237\351\203\250\347\275\262frpc\346\234\215\345\212\241.md"
index e364bfc..8a2983f 100644
--- "a/Help/docs/Usages/QA/\345\246\202\344\275\225\345\277\253\351\200\237\351\203\250\347\275\262frpc\346\234\215\345\212\241.md"
+++ "b/Help/docs/Usages/QA/\345\246\202\344\275\225\345\277\253\351\200\237\351\203\250\347\275\262frpc\346\234\215\345\212\241.md"
@@ -38,4 +38,24 @@
 Created symlink /etc/systemd/system/multi-user.target.wants/frpc.service → /etc/systemd/system/frpc.service.
 frpClient 安装完成并已启动。
 如需卸载,请运行: sudo bash ./install-frp-x86_64.sh uninstall
+```
+
+/etc/systemd/system/frpc.service
+
+```
+[Unit]
+Description=frp Client Service
+After=network-online.target
+Wants=network-online.target
+
+[Service]
+Type=simple
+User=orangepi
+WorkingDirectory=/opt/frpc
+ExecStartPre=/bin/sleep 20
+ExecStart=/opt/frpc/frpc -c /opt/frpc/frpc.toml
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
 ```
\ No newline at end of file
diff --git a/Help/site/index.html b/Help/site/index.html
index 1a35f1b..8a4bc4a 100644
--- a/Help/site/index.html
+++ b/Help/site/index.html
@@ -194,5 +194,5 @@
 
 <!--
 MkDocs version : 1.6.1
-Build Date UTC : 2025-09-08 06:44:10.814278+00:00
+Build Date UTC : 2025-09-09 04:03:06.538920+00:00
 -->
diff --git a/Help/site/sitemap.xml.gz b/Help/site/sitemap.xml.gz
index 20371c4..c50c8f3 100644
--- a/Help/site/sitemap.xml.gz
+++ b/Help/site/sitemap.xml.gz
Binary files differ

--
Gitblit v1.8.0