#!/usr/bin/with-contenv bash

umask 022

cd /opt/NzbDrone || exit

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