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