fix supervisord issue

* exec spawned python process so we don't have grandparents
* increase time until supervisord is killed
This commit is contained in:
Chris Meyers 2016-05-13 15:39:08 -04:00
parent 7c46d7e749
commit f9d0c74bbc

View File

@ -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 "$@"