From a66c5a3584cd0b59f2407610247fa006751a8ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 19 Feb 2013 16:30:58 +0100 Subject: [PATCH] recommend: use recommend.conf not autodetect.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/consts.py b/tuned/consts.py index b2fd077..54bbd04 100644 --- a/tuned/consts.py +++ b/tuned/consts.py @@ -1,5 +1,5 @@ ACTIVE_PROFILE_FILE = "/etc/tuned/active_profile" -AUTODETECT_FILE = "autodetect.conf" +AUTODETECT_FILE = "recommend.conf" DAEMONIZE_PARENT_TIMEOUT = 5 DBUS_BUS = "com.redhat.tuned" DBUS_INTERFACE = "com.redhat.tuned.control"