mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 04:37:22 +01:00
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
|
[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
|