From 9fc202006cee395458f4278ce344a7800d9d3d3d Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sun, 21 Feb 2016 19:48:26 +0100 Subject: [PATCH] Use exec to start supervisor --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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