Run nats-account-server as Windows Service
LaurensVergote opened this issue · 1 comments
LaurensVergote commented
nats-account-server can currently not be run as a Windows Service. Starting a nats-account-server as Windows Service currently gives the following error:
Windows could not start the MyNAS service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.
We believe this to be because "ServiceMain" is not implemented in this project.
There are workarounds for this like nssm but it would be prefered this is not needed. nats-server can currently already run as a windows service and it would be nice if nats-account-server could as well.
aricart commented
Just verified, and indeed we are not implementing service for windows.