Description
Provides support for signal handling and orphan reaping when a Unix process runs as PID 1. This matters in containers, where the main process may need to behave like a minimal init process.
It is useful for Haskell services packaged in containers or small init-like environments. It is a developer library and must be integrated into the service startup code.