Implement Gitea Actions runner substrate
This commit is contained in:
parent
3fb63c9a03
commit
19ee47fe82
15 changed files with 1032 additions and 3 deletions
17
runner/act-runner.openrc.example
Normal file
17
runner/act-runner.openrc.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue