github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/controller/bin/reload (about) 1 #!/usr/bin/env bash 2 3 # gracefully reload gunicorn 4 kill -HUP "$(cat /tmp/gunicorn.pid)" 5 6 exit 0