Add supervisord-dependent-startup, restructure file layout
This commit is contained in:
8
root/etc/supervisor.d/act.conf
Normal file
8
root/etc/supervisor.d/act.conf
Normal file
@ -0,0 +1,8 @@
|
||||
[program:act_runner]
|
||||
stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
redirect_stderr=true
|
||||
command=/opt/act/rootless.sh
|
||||
dependent_startup=true
|
||||
dependent_startup_wait_for=dockerd:running
|
||||
autostart=false
|
5
root/etc/supervisor.d/cron.conf
Normal file
5
root/etc/supervisor.d/cron.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[program:cron]
|
||||
command=/usr/sbin/crond -f
|
||||
stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
redirect_stderr=true
|
8
root/etc/supervisor.d/docker.conf
Normal file
8
root/etc/supervisor.d/docker.conf
Normal file
@ -0,0 +1,8 @@
|
||||
[program:dockerd]
|
||||
command=/usr/local/bin/dockerd-entrypoint.sh
|
||||
stdout_logfile_maxbytes=0
|
||||
stdout_logfile=/dev/fd/1
|
||||
redirect_stderr=true
|
||||
startsecs=20
|
||||
dependent_startup=true
|
||||
autostart=false
|
Reference in New Issue
Block a user