blob: 8c45f5beef4b6cf4d03188f7d799299c6273b066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|