From 323e8e7606c4c0df42782457d19c15ce0ddc1e05 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 20:04:28 -0500 Subject: [PATCH] Update qbittorrent.init --- qbittorrent/qbittorrent.init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index 613bb31..f6ee4d6 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -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"