fix node exec path
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user