diff --git a/startup.sh b/startup.sh index 28903d067..87cb99b80 100644 --- a/startup.sh +++ b/startup.sh @@ -1,8 +1,4 @@ #!/bin/bash set -e -# Start supervisord -if [ "$DOMAIN" = openfront.dev ] && [ "$SUBDOMAIN" != main ]; then - exec timeout 18h /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf -else - exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf -fi + +exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf