From beff9faaf07e467aaafd229a91a1d97ef10e5095 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 3 Apr 2020 15:53:11 -0400 Subject: [PATCH] Update daemon --- container_files/usr-local-bin/daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/usr-local-bin/daemon b/container_files/usr-local-bin/daemon index 6d80d292..7488460d 100755 --- a/container_files/usr-local-bin/daemon +++ b/container_files/usr-local-bin/daemon @@ -6,4 +6,4 @@ prepDaemon export GSH_JVMARGS="$GSH_JVMARGS -DENV=$ENV -DUSERTOKEN=$USERTOKEN" -exec bin/gsh.sh -loader > /tmp/loggrouper +exec /usr/bin/supervisord -c /opt/tier-support/supervisord.conf