moonstream/crawlers/deploy/ethereum-txpool.service

14 wiersze
382 B
INI
Czysty Zwykły widok Historia

2021-09-13 12:35:35 +00:00
[Unit]
Description=Ethereum txpool crawler
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/ethtxpool
2021-09-22 10:29:00 +00:00
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream/crawlers/ethtxpool/ethtxpool -geth "${MOONSTREAM_IPC_PATH}"
2021-09-13 12:35:35 +00:00
SyslogIdentifier=ethereum-txpool
[Install]
WantedBy=multi-user.target