From c4a0fd2cf160ecaf3152397ac62996635322a131 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 7 Mar 2012 13:07:17 +0100 Subject: [PATCH] store in /var/lib --- tuned/utils/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/utils/storage.py b/tuned/utils/storage.py index 297f0d1..6fea4b8 100644 --- a/tuned/utils/storage.py +++ b/tuned/utils/storage.py @@ -23,7 +23,7 @@ import os log = tuned.logs.get() -DEFAULT_STORAGE_FILE = "./save.pickle" +DEFAULT_STORAGE_FILE = "/var/lib/tuned/save.pickle" class Storage(tuned.patterns.Singleton): def __init__(self):