burrow-pi-img/stage2/06-dride-base/files/systemctl/ws.service

18 lines
281 B
INI

[Unit]
Description=Control the web service service of your Dride
Documentation=https://dride.io/documentation
After=network.target
[Service]
Type=simple
User=pi
ExecStart=/usr/bin/node /home/core/dride-ws/server/app.js
Restart=on-failure
[Install]
WantedBy=multi-user.target