moonstream/crawlers/deploy/ethereum-txpool.service

19 wiersze
482 B
INI
Czysty Zwykły widok Historia

2021-09-13 12:35:35 +00:00
[Unit]
Description=Ethereum txpool crawler
After=network.target
2022-05-03 12:39:33 +00:00
StartLimitIntervalSec=300
StartLimitBurst=3
2021-09-13 12:35:35 +00:00
[Service]
User=ubuntu
Group=www-data
2021-11-24 17:16:19 +00:00
WorkingDirectory=/home/ubuntu/moonstream/crawlers/txpool
2021-09-22 10:29:00 +00:00
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
2022-05-03 12:39:33 +00:00
Restart=on-failure
RestartSec=15s
2022-03-18 19:19:03 +00:00
ExecStart=/home/ubuntu/moonstream/crawlers/txpool/txpool -blockchain ethereum -access-id "${NB_CONTROLLER_ACCESS_ID}"
2021-09-13 12:35:35 +00:00
SyslogIdentifier=ethereum-txpool
[Install]
WantedBy=multi-user.target