store in /var/lib
This commit is contained in:
parent
f7b880076d
commit
c4a0fd2cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue