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