Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
launch supervisord with exec
pcaskey committed Jun 24, 2022
1 parent d057bfa commit 587f3a6
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 587f3a6

Please sign in to comment.