added exec to supervisord

without it the signal is not passed to supervisord process by bash :)
This commit is contained in:
fvigotti
2016-12-15 16:56:29 +00:00
committed by GitHub
parent 024ece2ce3
commit b18a612168

View File

@@ -105,4 +105,4 @@ if [[ "$RUN_SCRIPTS" == "1" ]] ; then
fi
# Start supervisord and services
/usr/bin/supervisord -n -c /etc/supervisord.conf
exec /usr/bin/supervisord -n -c /etc/supervisord.conf