mirror of
https://github.com/linuxserver/docker-nzbget.git
synced 2026-02-20 06:59:36 +08:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/bash
|
|
umask 000
|
|
|
|
/sbin/setuser abc /app/nzbget -s -c /config/nzbget.conf -o OutputMode=log
|