commit: 9cbbeb14db35f527f0ce09b69d66131b16f2386c Author: Alexey Lunev <cheembox573 <AT> gmail <DOT> com> AuthorDate: Thu Oct 19 16:04:47 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 16:56:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbbeb14
net-p2p/qbittorrent: revbump to fix service file Closes: https://bugs.gentoo.org/916012 Signed-off-by: Alexey Lunev <cheembox573 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33415 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-p2p/qbittorrent/files/qbittorrent.initd | 2 +- .../{qbittorrent-4.5.5.ebuild => qbittorrent-4.5.5-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) 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 similarity index 100% rename from net-p2p/qbittorrent/qbittorrent-4.5.5.ebuild rename to net-p2p/qbittorrent/qbittorrent-4.5.5-r1.ebuild
