mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
umask 000
|
|
|
|
exec \
|
|
s6-envuidgid -nB 1000:1000 /app/nzbget/nzbget -s -c /config/nzbget.conf \
|
|
-o OutputMode=log
|