mirror of https://github.com/nucypher/nucypher.git
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
|
[Unit]
|
||
|
Description="Ethereum Netstats Service"
|
||
|
|
||
|
[Service]
|
||
|
User=ubuntu
|
||
|
Type=simple
|
||
|
WorkingDirectory=/home/ubuntu/code
|
||
|
Environment=PORT={{ port }}
|
||
|
Environment=WS_SECRET={{ secret }}
|
||
|
ExecStart=/usr/bin/npm start
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|