From a08879625cf283b730e710939c1d24e065ab3114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 27 Nov 2025 10:52:57 +0100 Subject: [PATCH] fix: remove audiocraft autostart --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index ea0823e..7be3789 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -78,7 +78,7 @@ stopwaitsecs=30 [program:audiocraft] command=services/audiocraft/venv/bin/python services/audiocraft/main.py directory=. -autostart=true +autostart=false autorestart=true startretries=3 stderr_logfile=.logs/audiocraft.err.log