1
0
Fork 0

store in /var/lib

This commit is contained in:
Jan Kaluza 2012-03-07 13:07:17 +01:00
parent f7b880076d
commit c4a0fd2cf1

View file

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