2017-03-23 10:41:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=JCNet WebIO
|
|
|
|
|
|
|
|
[Service]
|
2017-03-24 08:14:30 +00:00
|
|
|
ExecStart=/usr/bin/node /usr/local/node/webio/app.js
|
2017-03-23 10:41:19 +00:00
|
|
|
Restart=always
|
|
|
|
User=root
|
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|