更新 Service:GiteaRunner

2026-02-13 14:05:48 +00:00
parent 0a4b5a1f78
commit 935db8ae34

@@ -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