https://www.baeldung.com/spring-boot-app-as-a-service
A wrapper executable that can run any executable as a Windows service, in a permissive license.
https://github.com/winsw/winsw
902 forks.
5.352 stars.
91 open issues.
Recent commits:
- Ensure we close correct handle after checking if service exists (#793)Previously, this code would close the Service Control Manager (SCM)handle instead of the service handle, meaning:- any future calls to the SCM would fail due to invalid handle- a handle to the service was left open in errorAlso, reduce the access rights given to the handle, as we don't needALL rights just to check if the service exists., GitHub
- Bump coverlet.collector from 1.3.0 to 3.0.0 (#776), GitHub
- Include logger names in logs, Next Turn
- Improve ProcessExtensions, Next Turn
- Merge shared directory mapping into core, Next Turn