From 9e4c3f5a9c7a23d4b52b2814739fba52b1cd225b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 27 Nov 2025 12:27:50 +0100 Subject: [PATCH] fix: supervisor upscale --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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