diff --git a/start.sh b/start.sh index 554ed07f..91df385b 100755 --- a/start.sh +++ b/start.sh @@ -52,4 +52,5 @@ EOF fi # Finally run the server -/usr/bin/supervisord -c /etc/supervisor/supervisord.conf +echo "Supervisor will now take over..." +exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf