https://github.com/saltstack/salt/issues/59148 - [ ] Create Service manager in Python - [ ] Remove NSSM from NSIS Installer Do we recreate NSSM using another language (rust)? Do we provide hooks into Salt for the Windows Service Manager? https://pypi.org/project/pywinservicemanager/1.0.2/ http://thepythoncorner.com/dev/how-to-create-a-windows-service-in-python/ https://github.com/microsoft/windows-rs/discussions/726 [Stackoverflow 2017](https://stackoverflow.com/questions/41200068/python-windows-service-error-starting-service-the-service-did-not-respond-to-t)
saltstack/salt#59148
Do we recreate NSSM using another language (rust)?
Do we provide hooks into Salt for the Windows Service Manager?
https://pypi.org/project/pywinservicemanager/1.0.2/
http://thepythoncorner.com/dev/how-to-create-a-windows-service-in-python/
https://github.com/microsoft/windows-rs/discussions/726
Stackoverflow 2017