diff --git a/supervisord.conf b/supervisord.conf index 9110784..aeac1de 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -41,8 +41,8 @@ stopwaitsecs=30 # AI Model Orchestrator [program:orchestrator] -command=model-orchestrator/venv/bin/python model-orchestrator/orchestrator_subprocess.py -directory=. +command=venv/bin/python orchestrator_subprocess.py +directory=model-orchestrator autostart=false autorestart=true startretries=3 @@ -58,7 +58,7 @@ stopwaitsecs=30 # ComfyUI WebDAV Sync Service [program:webdav-sync] -command=webdav-sync/venv/bin/python webdav_sync.py +command=venv/bin/python webdav_sync.py directory=webdav-sync autostart=true autorestart=true