Ever needed to have a non-service #commandline #application to be run as a #windows #service? 🤕
🧣 „Shawl is a wrapper for running arbitrary programs as Windows services, written in #RustLang. It handles the Windows service API for you so that your program only needs to respond to ctrl-C/SIGINT.“ 👍
⌨ C:\>sc create "My Service" binPath= "C:/path/shawl.exe run -- C:/path/my-app-to-be-run-as-service.exe"