Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #19 from docker/3.3.0_06242022
launch supervisord with exec
pcaskey committed Jun 24, 2022
2 parents d057bfa + 587f3a6 commit 7907ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 7907ff3

Please sign in to comment.