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:
parent
673260a5c3
commit
1682a7a6f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue