moonstream/crawlers/deploy/polygon-txpool.service

15 wiersze
401 B
INI

[Unit]
Description=Polygon txpool crawler
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/txpool
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream/crawlers/txpool/txpool -blockchain polygon -access-id "${NB_CONTROLLER_ACCESS_ID}"
SyslogIdentifier=polygon-txpool
[Install]
WantedBy=multi-user.target