From 1682a7a6f01496c3dc65dd547dbe6fc12d5b7dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 11 Oct 2022 12:07:08 +0200 Subject: [PATCH] systemd: relax polkit requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The polkit has D-bus activation thus it will be activated on demand and we don't need to explicitly activate it. Resolves: rhbz#2065591 Signed-off-by: Jaroslav Škarvada --- tuned.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuned.service b/tuned.service index c822c10..6aa3823 100644 --- a/tuned.service +++ b/tuned.service @@ -1,7 +1,7 @@ [Unit] Description=Dynamic System Tuning Daemon -After=systemd-sysctl.service network.target dbus.service -Requires=dbus.service polkit.service +After=systemd-sysctl.service network.target dbus.service polkit.service +Requires=dbus.service Conflicts=cpupower.service auto-cpufreq.service tlp.service power-profiles-daemon.service Documentation=man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)