[Unit] Description=XDai block with transactions synchronizer StartLimitIntervalSec=300 StartLimitBurst=3 After=network.target [Service] Restart=on-failure RestartSec=15s 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 \ --access-id "${NB_CONTROLLER_ACCESS_ID}" \ blocks synchronize --blockchain xdai -c 60 -j 2 CPUWeight=90 SyslogIdentifier=xdai-synchronize [Install] WantedBy=multi-user.target