added ethereum-nft service

pull/263/head
yhtiyar 2021-09-15 12:55:03 +03:00
rodzic 0799c62f0d
commit 5b6d06cf99
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,11 @@
[Unit]
Description=Labels nft transactions and sends summary to humbug
After=network.target
[Service]
Type=oneshot
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/mooncrawl-secrets/app.env
ExecStart=/usr/bin/bash -c '/home/ubuntu/mooncrawl-env/bin/python -m mooncrawl.nft.cli ethereum sync'