moonstream/crawlers/deploy/ethereum-trending.service

16 wiersze
436 B
INI
Czysty Zwykły widok Historia

[Unit]
Description=Load trending Ethereum addresses to the database
After=network.target
[Service]
Type=oneshot
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
2021-09-22 10:29:00 +00:00
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler \
--access-id "${NB_CONTROLLER_ACCESS_ID}" \
trending
2022-06-11 12:06:01 +00:00
CPUWeight=30
2022-05-03 12:39:33 +00:00
SyslogIdentifier=ethereum-trending