ble-server/initscript/systemd/ble-server.service
2017-09-01 20:27:27 +08:00

11 lines
209 B
Desktop File

[Unit]
Description=BLE Printer Server
[Service]
ExecStart=/usr/local/bin/node /usr/local/node/ble-server/app.js
Restart=always
User=root
Environment="NODE_ENV=production"
[Install]
WantedBy=multi-user.target