#!/bin/bash

# Send SIGHUP to gunicorn in general, since we didn't launch it with `--pid`
pkill -HUP -u gunicorn
