From b18a6121682a4d0a22d9e7a222343758b7de3210 Mon Sep 17 00:00:00 2001 From: fvigotti Date: Thu, 15 Dec 2016 16:56:29 +0000 Subject: [PATCH] added exec to supervisord without it the signal is not passed to supervisord process by bash :) --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index fee19fc..1cf11da 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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