From 9fa26b7837ed8e6679b7e6115425cab6ecbc9a8a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 20 Oct 2024 22:50:50 +0200 Subject: Adding upstream version 3.5.1. Signed-off-by: Daniel Baumann --- scripts/supervisord.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/supervisord.conf (limited to 'scripts/supervisord.conf') diff --git a/scripts/supervisord.conf b/scripts/supervisord.conf new file mode 100644 index 0000000..8c45f5b --- /dev/null +++ b/scripts/supervisord.conf @@ -0,0 +1,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 -- cgit v1.2.3