mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -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:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user