kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
488 B
INI
11 wiersze
488 B
INI
[Unit]
|
|
Description=Runs custom crawler for orange dao tokenonomics
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
|
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.reports_crawler.cli orangedao --moonstream-token "${MOONSTREAM_ORANGE_DAO_QUERIES_DATA_ACCESS_TOKEN}" run_tokenomics_orange_dao
|
|
CPUWeight=60
|
|
SyslogIdentifier=ethereum-orange-dao-reports-tokenonomics |