12 lines
186 B
Plaintext
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
|