8 lines
141 B
Plaintext
Executable File
8 lines
141 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
cd /app/sonarr/bin || exit
|
|
|
|
exec \
|
|
s6-setuidgid abc mono --debug Sonarr.exe \
|
|
-nobrowser -data=/config
|