From 935db8ae34acbab00019c99bef01b36c9fb5a781 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 13 Feb 2026 14:05:48 +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 42db991..2900518 100644 --- a/Service%EF%BC%9AGiteaRunner.md +++ b/Service%EF%BC%9AGiteaRunner.md @@ -45,12 +45,13 @@ nano /etc/init.d/act_runner ```ini #!/sbin/openrc-run -name="Gitea Actions runner" +name="act_runner" command="/usr/local/bin/act_runner" command_args="daemon" command_user="root" -command_background=true +command_background="true" pidfile="/run/${name}.pid" +description="Gitea Actions runner" depend() { need net