Daily Shaarli

All links of one day in a single page.

March 3, 2024

GitHub - mtkennerly/shawl: Windows service wrapper for arbitrary commands
thumbnail

Shawl is a wrapper for running arbitrary programs as Windows services, written in Rust. It handles the Windows service API for you so that your program only needs to respond to ctrl-C/SIGINT. If you're creating a project that needs to run as a service, simply bundle Shawl with your project, set it as the entry point, and pass the command to run via CLI.