github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/registry/bin/reload (about)

     1  #!/usr/bin/env bash
     2  
     3  # Send SIGHUP to gunicorn in general, since we didn't launch it with `--pid`
     4  sudo -u registry pkill -HUP -f gunicorn || true