moonstream/crawlers/deploy/xdai-missing.service

15 wiersze
445 B
INI
Czysty Zwykły widok Historia

2022-05-25 10:08:25 +00:00
[Unit]
Description=Fill missing blocks at XDai database
After=network.target
[Service]
Type=oneshot
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler \
--access-id "${NB_CONTROLLER_ACCESS_ID}" \
blocks missing --blockchain xdai -n
2022-06-11 12:06:01 +00:00
CPUWeight=50
2022-05-25 10:08:25 +00:00
SyslogIdentifier=xdai-missing