moonstream/crawlers/deploy/xdai-statistics.service

11 wiersze
412 B
INI
Czysty Zwykły widok Historia

2022-05-25 14:10:52 +00:00
[Unit]
Description=Update XDai statistics dashboards
After=network.target
[Service]
Type=oneshot
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
2023-01-26 13:41:36 +00:00
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.stats_worker.dashboard --access-id "${NB_CONTROLLER_ACCESS_ID}" generate --blockchain xdai
2022-06-11 12:06:01 +00:00
CPUWeight=60
2023-01-26 13:41:36 +00:00
SyslogIdentifier=xdai-statistics