Ensure stop signals are forwarded to the correct processes

This commit is contained in:
Shane McDonald 2022-03-28 08:57:51 -04:00
parent 39905b33cd
commit 4446434e5b
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ cat << EOF > /var/lib/awx/rsyslog/rsyslog.conf
action(type="omfile" file="/dev/null")
EOF
supervisord -c /etc/supervisord.conf
exec supervisord -c /etc/supervisord.conf

View File

@ -19,4 +19,4 @@ wait-for-migrations
awx-manage provision_instance
supervisord -c /etc/supervisord_task.conf
exec supervisord -c /etc/supervisord_task.conf