mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Ensure stop signals are forwarded to the correct processes
This commit is contained in:
@@ -24,4 +24,4 @@ cat << EOF > /var/lib/awx/rsyslog/rsyslog.conf
|
|||||||
action(type="omfile" file="/dev/null")
|
action(type="omfile" file="/dev/null")
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
supervisord -c /etc/supervisord.conf
|
exec supervisord -c /etc/supervisord.conf
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ wait-for-migrations
|
|||||||
|
|
||||||
awx-manage provision_instance
|
awx-manage provision_instance
|
||||||
|
|
||||||
supervisord -c /etc/supervisord_task.conf
|
exec supervisord -c /etc/supervisord_task.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user