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