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>
15 lines
439 B
Desktop File
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
|