kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
337 B
INI
11 wiersze
337 B
INI
[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
|
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
|
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.ethcrawler trending |