kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
399 B
INI
11 wiersze
399 B
INI
[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 zksync_era -N 10000
|
|
CPUWeight=60
|
|
SyslogIdentifier=zksync-era-state-clean |