github.com/chasestarr/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/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