Change default data location
This commit is contained in:
parent
025e728686
commit
536ce73b2b
@ -8,7 +8,7 @@ logg = logging.getLogger().getChild(__name__)
|
||||
|
||||
class RunStore:
|
||||
|
||||
def __init__(self, basedir='/run'):
|
||||
def __init__(self, basedir='/var/lib'):
|
||||
self.procstore = os.path.join(basedir, 'eth_stat_syncerd')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user