#!/command/with-contenv bash
# shellcheck shell=bash

exec 2>&1
exec python3 -u -m frigate "${@}"
