1
0
Fork 0
tuned/tuned.service
Jaroslav Škarvada 1682a7a6f0
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>
2022-10-11 12:07:08 +02:00

15 lines
439 B
Desktop File

[Unit]
Description=Dynamic System Tuning Daemon
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)
[Service]
Type=dbus
PIDFile=/run/tuned/tuned.pid
BusName=com.redhat.tuned
ExecStart=/usr/sbin/tuned -l -P
[Install]
WantedBy=multi-user.target