From 016df2237e09c1d2bff84537f622db93eae4593b Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Thu, 9 Jul 2015 23:16:45 +0100 Subject: [PATCH] Tightening up supervisord config --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index dd3a739..45c86d3 100644 --- a/start.sh +++ b/start.sh @@ -44,4 +44,4 @@ if [[ "$TEMPLATE_NGINX_HTML" != "0" ]] ; then fi # Start supervisord and services -/usr/local/bin/supervisord -n +/usr/local/bin/supervisord -n -c /etc/supervisord.conf