Files
sonarr/root/etc/services.d/sonarr/run
2020-04-05 02:24:08 -05:00

12 lines
186 B
Plaintext

#!/usr/bin/with-contenv bash
UMASK_SET=${UMASK_SET:-022}
umask "$UMASK_SET"
cd /app/sonarr/bin || exit
exec \
s6-setuidgid abc mono --debug NzbDrone.exe \
-nobrowser -data=/config