moonstream/crawlers/deploy/xai-sepolia-missing.service

11 wiersze
427 B
INI
Czysty Zwykły widok Historia

2024-03-13 22:09:54 +00:00
[Unit]
2024-03-13 22:43:38 +00:00
Description=Fill missing blocks at Xai sepolia database
2024-03-13 22:09:54 +00:00
After=network.target
[Service]
Type=oneshot
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
2024-03-13 22:43:38 +00:00
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler --access-id "${NB_CONTROLLER_ACCESS_ID}" blocks missing --blockchain xai_sepolia -n
2024-03-13 22:09:54 +00:00
CPUWeight=50
2024-03-13 22:43:38 +00:00
SyslogIdentifier=xai-sepolia-missing