moonstream/crawlers/deploy/ethereum-state-clean.service

11 wiersze
395 B
INI
Czysty Zwykły widok Historia

2024-02-25 04:51:32 +00:00
[Unit]
Description=Execute state clean labels 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 clean-state-labels --blockchain ethereum -N 10000
2024-02-25 04:51:32 +00:00
CPUWeight=60
SyslogIdentifier=ethereum-state-clean