From a0b1ee7770e3fb1c03bfadd3d226aa3973b42134 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 5 Apr 2023 19:02:54 +0300 Subject: [PATCH] Fix service. --- crawlers/deploy/polygon-cu-nft-dashboard.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/deploy/polygon-cu-nft-dashboard.service b/crawlers/deploy/polygon-cu-nft-dashboard.service index 733bfb5e..91fb85ab 100644 --- a/crawlers/deploy/polygon-cu-nft-dashboard.service +++ b/crawlers/deploy/polygon-cu-nft-dashboard.service @@ -6,6 +6,6 @@ After=network.target Type=oneshot WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env -ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.cu_reports_crawler.cli cu-reports --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" generate-nft-dashboard +ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.reports_crawler.cli cu-reports --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" generate-nft-dashboard CPUWeight=60 SyslogIdentifier=polygon-cu-nft-dashboard \ No newline at end of file