mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update qbittorrent.init
This commit is contained in:
parent
cbcf295d80
commit
323e8e7606
@ -15,6 +15,8 @@
|
|||||||
#Edit the user that qbittorrent-nox will run as.
|
#Edit the user that qbittorrent-nox will run as.
|
||||||
USER=${PUID}
|
USER=${PUID}
|
||||||
GROUP=${PGID}
|
GROUP=${PGID}
|
||||||
|
echo "$(getent passwd)"
|
||||||
|
echo "$(getent passwd)"
|
||||||
|
|
||||||
# No need to edit these. Logging is sent to /var/log/qbittorrent-nox.log by default.
|
# No need to edit these. Logging is sent to /var/log/qbittorrent-nox.log by default.
|
||||||
PATH="/sbin:/usr/sbin:/bin:/usr/bin"
|
PATH="/sbin:/usr/sbin:/bin:/usr/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user