commit 536ce73b2b3510d885971593dbc8ca82e0d173d1 parent 025e7286860bec749f6567271948a39ed03cb85d Author: nolash <dev@holbrook.no> Date: Fri, 9 Apr 2021 17:31:05 +0200 Change default data location Diffstat:
M | 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 @@ -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')