2021-06-03 22:23:21 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Ethereum chaind syncer
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment="SESSION_ID=%i"
|
|
|
|
Environment="SESSION_RUNTIME_DIR=/run/user/%U/chaind/eth"
|
2022-04-26 12:10:04 +02:00
|
|
|
ExecStart=%h/.local/bin/chaind-eth-syncer -v --session-id %i --head
|
2021-06-03 22:23:21 +02:00
|
|
|
Restart=on-failure
|