#!/usr/bin/env bash

# gracefully reload gunicorn
kill -HUP "$(cat /tmp/gunicorn.pid)"

exit 0
