moonstream/crawlers/deploy/ethereum-synchronize.service

14 wiersze
436 B
INI

[Unit]
Description=Ethereum 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 ethereum -c 6 -j 1
SyslogIdentifier=ethereum-synchronize
[Install]
WantedBy=multi-user.target