summaryrefslogtreecommitdiff
path: root/net-p2p/qbittorrent/files/qbittorrent.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qbittorrent/files/qbittorrent.initd')
-rw-r--r--net-p2p/qbittorrent/files/qbittorrent.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/files/qbittorrent.initd b/net-p2p/qbittorrent/files/qbittorrent.initd
index 7f800e640e76..a04de6aaafb9 100644
--- a/net-p2p/qbittorrent/files/qbittorrent.initd
+++ b/net-p2p/qbittorrent/files/qbittorrent.initd
@@ -14,7 +14,7 @@ command="/usr/bin/qbittorrent-nox"
command_args="${QBITTORRENT_OPTS}"
pidfile="/run/${RC_SVCNAME}.pid"
command_background="yes"
-command_user="${QBITTORRENT_USER}:${QBITTORRENT_USER}"
+command_user="${QBITTORRENT_USER}:${QBITTORRENT_GROUP}"
umask="${QBITTORRENT_UMASK}"
start_stop_daemon_args="--ionice ${QBITTORRENT_IONICE} --nicelevel ${QBITTORRENT_NICE}"