moonstream/nodes/deploy/ethereum/node-status.service

14 wiersze
400 B
INI
Czysty Zwykły widok Historia

[Unit]
Description=Moonstream node status server
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/nodes/server
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream/nodes/server/nodestatus -blockchain ethereum -host "${AWS_LOCAL_IPV4}" -port 8734
SyslogIdentifier=node-status
[Install]
WantedBy=multi-user.target