moonstream/crawlers/deploy/mumbai-metadata.service

11 wiersze
359 B
INI
Czysty Zwykły widok Historia

2022-12-15 17:40:49 +00:00
[Unit]
Description=Execute metadata 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.metadata_crawler.cli crawl --blockchain mumbai
CPUWeight=60
2023-01-26 13:41:36 +00:00
SyslogIdentifier=mumbai-metadata