kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
389 B
INI
11 wiersze
389 B
INI
[Unit]
|
|
Description=Fill missing blocks at Arbitrum One 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 blocks missing --blockchain arbitrum_one -n
|
|
CPUWeight=50
|
|
SyslogIdentifier=arbitrum-one-missing |