Update qbittorrent.init

This commit is contained in:
MarkusMcNugen
2018-02-03 22:48:54 -05:00
committed by GitHub
parent e5c23c40bb
commit 39c6435ada

View File

@@ -13,8 +13,8 @@
# Added log support and cleanup by DementedZA # Added log support and cleanup by DementedZA
#Edit the user that qbittorrent-nox will run as. #Edit the user that qbittorrent-nox will run as.
USER="99" USER=${PUID}
GROUP="100" GROUP=${PGID}
# 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"