diff options
author | Alexey Lunev <cheembox573@gmail.com> | 2023-10-19 19:04:47 +0300 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-19 18:56:08 +0200 |
commit | 9cbbeb14db35f527f0ce09b69d66131b16f2386c (patch) | |
tree | f812a4c9969b7646a6e61ea6cf6271593fe78155 /net-p2p | |
parent | dev-util/hipcc: Fix blocker (diff) | |
download | gentoo-9cbbeb14db35f527f0ce09b69d66131b16f2386c.tar.gz gentoo-9cbbeb14db35f527f0ce09b69d66131b16f2386c.tar.bz2 gentoo-9cbbeb14db35f527f0ce09b69d66131b16f2386c.zip |
net-p2p/qbittorrent: revbump to fix service file
Closes: https://bugs.gentoo.org/916012
Signed-off-by: Alexey Lunev <cheembox573@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33415
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/files/qbittorrent.initd | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-4.5.5.ebuild) | 0 |
2 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}" diff --git a/net-p2p/qbittorrent/qbittorrent-4.5.5.ebuild b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild index 9ff0a380b472..9ff0a380b472 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.5.5.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild |