Use exec to start supervisor

master
Pierre Jaury 9 years ago
parent 737635effd
commit 9fc202006c

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

Loading…
Cancel
Save