#!/usr/bin/with-contenv bash

umask 022

exec \
	s6-setuidgid abc /app/nzbget/nzbget -s -c /config/nzbget.conf \
	-o OutputMode=log
