diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index 03ffc40..d7ea848 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -1,5 +1,11 @@ [supervisord] -nodaemon=true +nodaemon = true +pidfile = /tmp/supervisord.pid +logfile = /var/log/app/supervisord.log +directory = /tmp + +[supervisorctl] +serverurl=unix:///var/run/supervisor.sock [program:startup] command=/app/init.sh