generated from coulomb/repo-seed
Some checks failed
Forge Runner Smoke / compatibility-smoke (push) Has been cancelled
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="Railiance haskelseed Gitea Actions runner"
|
|
description="Forge-owned haskelseed Gitea act_runner service"
|
|
command="/usr/local/bin/act_runner"
|
|
command_args="daemon"
|
|
command_user="root:root"
|
|
directory="/root"
|
|
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 nix-daemon
|
|
after firewall
|
|
}
|