mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-28 16:07:24 +00:00
act_runner implemented
This commit is contained in:
11
supervisor/act_runner.conf
Normal file
11
supervisor/act_runner.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[program:act_runner]
|
||||
directory=/app/data/act_runner/
|
||||
command=bash -c "while true; do [[ -f /app/data/act_runner/.runner ]] && break; echo 'Wait for act_runner config'; sleep 1; done && act_runner daemon --config /app/data/act_runner/config.yaml"
|
||||
user=git
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
environment=HOME="/home/git",USER="git"
|
Reference in New Issue
Block a user