2017-09-01 12:17:08 +00:00
|
|
|
[Unit]
|
|
|
|
Description=BLE Printer Server
|
2017-09-02 12:59:31 +00:00
|
|
|
After=bluetooth.target
|
2017-09-01 12:17:08 +00:00
|
|
|
|
|
|
|
[Service]
|
2017-09-01 12:27:27 +00:00
|
|
|
ExecStart=/usr/local/bin/node /usr/local/node/ble-server/app.js
|
2017-09-01 12:17:08 +00:00
|
|
|
Restart=always
|
|
|
|
User=root
|
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|