added exec to supervisord
without it the signal is not passed to supervisord process by bash :)
This commit is contained in:
@@ -105,4 +105,4 @@ if [[ "$RUN_SCRIPTS" == "1" ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start supervisord and services
|
# Start supervisord and services
|
||||||
/usr/bin/supervisord -n -c /etc/supervisord.conf
|
exec /usr/bin/supervisord -n -c /etc/supervisord.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user