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

18 wiersze
448 B
INI

[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
2022-01-19 19:57:37 +00:00
ExecStart=/home/ubuntu/moonstream/nodes/server/nodestatus \
2022-01-22 13:07:10 +00:00
-blockchain ethereum \
2022-01-19 19:57:37 +00:00
-host "${AWS_LOCAL_IPV4}" \
-port "${MOONSTREAM_NODES_SERVER_PORT}"
SyslogIdentifier=node-status
[Install]
2022-01-22 13:07:10 +00:00
WantedBy=multi-user.target