From cb4b555637da0b49ee707174a38f46324a240f33 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 16 Feb 2026 08:18:17 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Service=EF=BC=9AGiteaRunne?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9AGiteaRunner.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Service%EF%BC%9AGiteaRunner.md b/Service%EF%BC%9AGiteaRunner.md index 2900518..abe4de8 100644 --- a/Service%EF%BC%9AGiteaRunner.md +++ b/Service%EF%BC%9AGiteaRunner.md @@ -46,12 +46,13 @@ nano /etc/init.d/act_runner #!/sbin/openrc-run name="act_runner" +directory="/root" +description="Gitea Actions runner" command="/usr/local/bin/act_runner" command_args="daemon" command_user="root" -command_background="true" +command_background="yes" pidfile="/run/${name}.pid" -description="Gitea Actions runner" depend() { need net