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