1
0
Fork 0

systemd: relax polkit requirement

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 <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2022-10-11 12:07:08 +02:00
parent 673260a5c3
commit 1682a7a6f0
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B

View file

@ -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)