mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
14 lines
252 B
Text
14 lines
252 B
Text
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
logfile=/dev/null
|
||
|
logfile_maxbytes=0
|
||
|
|
||
|
[program:dockerd]
|
||
|
command=/usr/local/bin/dockerd-entrypoint.sh
|
||
|
|
||
|
[program:act_runner]
|
||
|
stdout_logfile=/dev/fd/1
|
||
|
stdout_logfile_maxbytes=0
|
||
|
redirect_stderr=true
|
||
|
command=/opt/act/rootless.sh
|