From fa6826b9626162d27d067cf35ec028b9edbccff0 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Sun, 8 Mar 2026 19:06:50 -0700 Subject: [PATCH] remove timeout --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 3eba5480b..ca7eafc4f 100644 --- a/startup.sh +++ b/startup.sh @@ -86,7 +86,7 @@ export CLOUDFLARE_TUNNEL_TOKEN=${TUNNEL_TOKEN} # Start supervisord if [ "$DOMAIN" = openfront.dev ] && [ "$SUBDOMAIN" != main ]; then - exec timeout 18h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf + exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf else exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi