moonstream/crawlers/deploy/xai-testnet-missing.service

11 wiersze
427 B
INI

[Unit]
Description=Fill missing blocks at Xai testnet database
After=network.target
[Service]
Type=oneshot
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 missing --blockchain xai_testnet -n
CPUWeight=50
SyslogIdentifier=xai-testnet-missing