github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/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