Add supervisord-dependent-startup, restructure file layout

This commit is contained in:
2024-04-19 17:07:54 +00:00
parent 67df113caf
commit 8200cfeb8a
5 changed files with 56 additions and 1 deletions

View 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