deployment-playbooks/roles/oracles-parity/templates/oracles-dashboard.j2

13 lines
273 B
Plaintext
Raw Normal View History

[Unit]
2017-11-28 13:46:56 -08:00
Description=oracles dashboard service
After=network.target
[Service]
User={{ username }}
Group={{ username }}
Environment=MYVAR=myval
2017-11-28 13:46:56 -08:00
WorkingDirectory=/home/{{ username }}/eth-netstats
Restart=always
ExecStart=/usr/bin/npm start
[Install]
WantedBy=multi-user.target