Update qbittorrent.init

This commit is contained in:
MarkusMcNugen 2018-02-04 20:04:28 -05:00 committed by GitHub
parent cbcf295d80
commit 323e8e7606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@
#Edit the user that qbittorrent-nox will run as.
USER=${PUID}
GROUP=${PGID}
echo "$(getent passwd)"
echo "$(getent passwd)"
# No need to edit these. Logging is sent to /var/log/qbittorrent-nox.log by default.
PATH="/sbin:/usr/sbin:/bin:/usr/bin"