From 587f3a65cca02314e48b1213c6cd316a8ac4626d Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 24 Jun 2022 09:05:35 -0500 Subject: [PATCH] launch supervisord with exec --- container_files/system/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/system/startup.sh b/container_files/system/startup.sh index b5f0d3a..9d3a5a2 100755 --- a/container_files/system/startup.sh +++ b/container_files/system/startup.sh @@ -23,5 +23,5 @@ mkfifo -m 666 /tmp/logshibd (cat <> /tmp/logshibd | awk -v ENV="$ENV" -v UT="$USERTOKEN" '{printf "shibd;console;%s;%s;%s\n", ENV, UT, $0; fflush()}' 1>/tmp/logpipe) & #launch supervisord -/usr/bin/supervisord -c /etc/supervisor/supervisord.conf +exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf