mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 23:47:28 -02:30
fix supervisord issue
* exec spawned python process so we don't have grandparents * increase time until supervisord is killed
This commit is contained in:
@@ -15,4 +15,4 @@ if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the requested Python command, using the interpreter from the path
|
# Run the requested Python command, using the interpreter from the path
|
||||||
python "$@"
|
exec python "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user