diff --git a/supervisord.conf b/supervisord.conf index c57447d..4bca211 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -92,7 +92,7 @@ stopwaitsecs=10 # Upscale UI Service [program:upscale] -command=services/upscale/venv/bin/python services/upscale/main.py +command=services/upscale/venv/bin/python services/upscale/app.py directory=. autostart=false autorestart=true