moonstream/crawlers/deploy/polygon-synchronize.service

15 wiersze
435 B
INI

[Unit]
Description=Polygon block with transactions synchronizer
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler blocks synchronize --blockchain polygon -c 60 -j 2
SyslogIdentifier=polygon-synchronize
[Install]
WantedBy=multi-user.target