2021-06-03 22:23:21 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Chainqueue transaction dispatch interface
|
|
|
|
Requires=chaind-eth-sync@.service
|
|
|
|
After=chaind-eth-sync@.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment="SESSION_ID=%i"
|
|
|
|
Environment="SESSION_RUNTIME_DIR=/run/user/%U/chaind/eth"
|
2022-04-10 19:13:49 +02:00
|
|
|
ExecStart=%h/.local/bin/chaind-eth-tasker -v --session-id %i
|
2021-06-03 22:23:21 +02:00
|
|
|
Restart=on-failure
|