hidLabel.service 267 B

1234567891011
  1. [Service]
  2. WorkingDirectory=/home/pi/ICGLabelServer
  3. ExecStart=/usr/bin/node /home/pi/ICGLabelServer/hidLabel.js
  4. Restart=always
  5. RestartSec=10
  6. User=root
  7. Group=root
  8. Environment=NODE_ENV=production
  9. [Install]
  10. WantedBy=multi-user.target