stop.sh 166 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #!/bin/bash set -e export ERRBIT_UNICORN_PID=errbit_unicorn.pid if [ -f config/envvars ]; then source config/envvars fi kill -s QUIT $(cat $ERRBIT_UNICORN_PID)