From 40c86601194e6250f6204902f4745f8fe8f8863b Mon Sep 17 00:00:00 2001 From: igxbxb Date: Tue, 17 Jun 2025 01:43:13 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/server/administration/sysmaste?= =?UTF-8?q?r/sysmaster=5Fusage.md.=20=E6=9B=B4=E6=96=B0=E4=BA=86=20sysmast?= =?UTF-8?q?er=20=E7=9A=84=E5=AE=98=E6=96=B9=E6=89=8B=E5=86=8C=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E4=B9=8B=E5=89=8D=E7=9A=84=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=20404=20=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: igxbxb --- docs/zh/server/administration/sysmaster/sysmaster_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/server/administration/sysmaster/sysmaster_usage.md b/docs/zh/server/administration/sysmaster/sysmaster_usage.md index b39bef3db..506a5cc8d 100644 --- a/docs/zh/server/administration/sysmaster/sysmaster_usage.md +++ b/docs/zh/server/administration/sysmaster/sysmaster_usage.md @@ -50,7 +50,7 @@ RestartSec=42 WantedBy="multi-user.target" ``` -以下是对单元配置文件中选项配置的说明,更多可以查阅[官方手册](http://sysmaster.online/man/all/)。 +以下是对单元配置文件中选项配置的说明,更多可以查阅[官方手册](https://openeuler-sysmaster.github.io/sysmaster/index_zh/)。 * `Description`:说明该 `unit`的主要功能。 * `Documentation`:说明该 `unit`的文档链接。 -- Gitee