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):