From 7cb186518338359d864336dbf80c3bff57f3a7de Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 13:48:32 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 634edc8..773c6b9 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -42,8 +42,6 @@ autorestart=true user=1000 stderr_logfile=/var/log/auth.err.log stdout_logfile=/var/log/auth.out.log -autostart=false -autorestart=false [program:storage-api] directory=/supabase/storage-api @@ -62,8 +60,6 @@ user=root autorestart=true redirect_stderr=true stdout_logfile=auto -autostart=false -autorestart=false [program:chatdesk-ui]