From d8ce6bc4277ca312ca7f0fe3576477fccba61a7f Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 22:42:52 -0500 Subject: [PATCH] Update qbittorrent.init --- qbittorrent/qbittorrent.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index f01f660..0d4f7c4 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -13,8 +13,8 @@ # Added log support and cleanup by DementedZA #Edit the user that qbittorrent-nox will run as. -USER="nobody" -GROUP="users" +USER="99" +GROUP="100" # No need to edit these. Logging is sent to /var/log/qbittorrent-nox.log by default. PATH="/sbin:/usr/sbin:/bin:/usr/bin"