Use exec to start supervisor

This commit is contained in:
Pierre Jaury
2016-02-21 19:48:26 +01:00
parent 737635effd
commit 9fc202006c

View File

@@ -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