25 lines
830 B
Diff
25 lines
830 B
Diff
From 4992d1b8f41561ba8baec23a3da13d202a82b09f Mon Sep 17 00:00:00 2001
|
|
From: Vitaly Zaitsev <vitaly@easycoding.org>
|
|
Date: Sun, 13 Feb 2022 11:33:55 +0100
|
|
Subject: [PATCH] Added more conflicting implementations to the systemd unit
|
|
file.
|
|
|
|
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
|
|
---
|
|
tuned.service | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tuned.service b/tuned.service
|
|
index 0d6c3c83..c822c105 100644
|
|
--- a/tuned.service
|
|
+++ b/tuned.service
|
|
@@ -2,7 +2,7 @@
|
|
Description=Dynamic System Tuning Daemon
|
|
After=systemd-sysctl.service network.target dbus.service
|
|
Requires=dbus.service polkit.service
|
|
-Conflicts=cpupower.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]
|