2023-08-30 13:11:17 +00:00
|
|
|
[Unit]
|
|
|
|
Description=ZkSync Era block with transactions synchronizer
|
|
|
|
StartLimitIntervalSec=300
|
|
|
|
StartLimitBurst=3
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=15s
|
|
|
|
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
|
|
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
2024-03-28 13:37:45 +00:00
|
|
|
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler blocks synchronize --blockchain zksync_era -c 20 -j 2
|
2023-08-30 13:11:17 +00:00
|
|
|
CPUWeight=90
|
|
|
|
SyslogIdentifier=zksync-era-synchronize
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|