#!/bin/bash

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

exit 0
