fix node exec path

This commit is contained in:
Jay
2017-09-01 20:27:27 +08:00
parent fc7425e97d
commit eedc57e285
+1 -1
View File
@@ -2,7 +2,7 @@
Description=BLE Printer Server
[Service]
ExecStart=/usr/bin/node /usr/local/node/ble-server/app.js
ExecStart=/usr/local/bin/node /usr/local/node/ble-server/app.js
Restart=always
User=root
Environment="NODE_ENV=production"