kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
506 B
INI
11 wiersze
506 B
INI
[Unit]
|
|
Description=Execute state crawler
|
|
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.state_crawler.cli --access-id "${NB_CONTROLLER_ACCESS_ID}" crawl-jobs --blockchain mumbai --infura --jobs-file /home/ubuntu/moonstream/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/mumbai-jobs.json
|
|
CPUWeight=60
|
|
SyslogIdentifier=mumbai-state |