#!/bin/bash

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