kopia lustrzana https://github.com/bugout-dev/moonstream
Fixed deploy system files with new flag for ethereum
rodzic
baea584a9e
commit
526aa4635e
|
@ -7,7 +7,7 @@ User=ubuntu
|
||||||
Group=www-data
|
Group=www-data
|
||||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.ethcrawler blocks synchronize -c 6 -j 1
|
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler blocks synchronize --blockchain ethereum -c 6 -j 1
|
||||||
SyslogIdentifier=ethereum-synchronize
|
SyslogIdentifier=ethereum-synchronize
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -8,4 +8,4 @@ User=ubuntu
|
||||||
Group=www-data
|
Group=www-data
|
||||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.ethcrawler trending
|
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler trending
|
Ładowanie…
Reference in New Issue