From 09bebf7d83f2d02240841e4558cb52999f81838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 16 Oct 2013 15:24:08 +0200 Subject: [PATCH] tuned: fixed path to global configuration file 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 30d7a60..92f9a00 100644 --- a/tuned/consts.py +++ b/tuned/consts.py @@ -1,4 +1,4 @@ -GLOBAL_CONFIG_FILE = "/etc/tuned/tuned.conf" +GLOBAL_CONFIG_FILE = "/etc/tuned/tuned-main.conf" ACTIVE_PROFILE_FILE = "/etc/tuned/active_profile" AUTODETECT_FILE = "recommend.conf" DAEMONIZE_PARENT_TIMEOUT = 5