Files
railiance-forge/runner/act-runner.openrc.example
tegwick 19ee47fe82
Some checks failed
Forge Runner Smoke / compatibility-smoke (push) Has been cancelled
Implement Gitea Actions runner substrate
2026-06-08 00:31:06 +02:00

18 lines
441 B
Plaintext

#!/sbin/openrc-run
name="Railiance Gitea Actions runner"
description="Forge-owned Gitea act_runner service"
command="/usr/local/bin/act_runner"
command_args="daemon --config /etc/act_runner/config.yaml"
command_user="act_runner:act_runner"
directory="/var/lib/act_runner"
pidfile="/run/act_runner.pid"
command_background="yes"
output_log="/var/log/act_runner.log"
error_log="/var/log/act_runner.err"
depend() {
need net
after firewall
}