moonstream/crawlers/deploy/polygon-txpool.service

19 wiersze
479 B
INI
Czysty Zwykły widok Historia

2021-11-24 17:16:19 +00:00
[Unit]
Description=Polygon txpool crawler
After=network.target
2022-05-03 12:39:33 +00:00
StartLimitIntervalSec=300
StartLimitBurst=3
2021-11-24 17:16:19 +00:00
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/txpool
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 polygon -access-id "${NB_CONTROLLER_ACCESS_ID}"
2021-11-24 17:16:19 +00:00
SyslogIdentifier=polygon-txpool
[Install]
WantedBy=multi-user.target