#!/usr/bin/with-contenv bash

cd /app/radarr || exit

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