mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03: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:
parent
7c46d7e749
commit
f9d0c74bbc
@ -15,4 +15,4 @@ if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
|
||||
fi
|
||||
|
||||
# Run the requested Python command, using the interpreter from the path
|
||||
python "$@"
|
||||
exec python "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user