#!/usr/bin/with-contenv bash

cd /opt/radarr || exit

exec \
	s6-setuidgid abc mono --debug Radarr.exe \
	-nobrowser -data=/config
