From 536ce73b2b3510d885971593dbc8ca82e0d173d1 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 9 Apr 2021 17:31:05 +0200 Subject: [PATCH] Change default data location --- eth_stat_syncer/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_stat_syncer/store.py b/eth_stat_syncer/store.py index fbb839e..2aa3a16 100644 --- a/eth_stat_syncer/store.py +++ b/eth_stat_syncer/store.py @@ -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')