Running as a windows service #5408
giuseppeferlisi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
to run this nice interface as a windows service i tried this and it works fine for me
Source: [https://www.helpmegeek.com/run-nodejs-application-as-windows-service/]
cd c:\nssm\win64
nssm install zigbee2mqtt "c:\program files\nodesjs\node.exe
nssm set zigbee2mqtt "c:\zigbee2mqtt"
nssm set zigbee2mqtt index.js
nssm start zigbee2mqtt
BR
Beta Was this translation helpful? Give feedback.
All reactions