fix node exec path
This commit is contained in:
parent
fc7425e97d
commit
eedc57e285
@ -2,7 +2,7 @@
|
|||||||
Description=BLE Printer Server
|
Description=BLE Printer Server
|
||||||
|
|
||||||
[Service]
|
[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
|
Restart=always
|
||||||
User=root
|
User=root
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
|
Loading…
Reference in New Issue
Block a user