MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:systemd-socket-activation-1.0.0.2@sha256:4fd7cc4b6418ed9343ebbe5d55ffe7885d31bffb2cc7af135f818fcabdbf47a3,1824

Module documentation for 1.0.0.2

“Socket activation” is the a feature of systemd. (documentation)

We use it for web servers, to avoid the momentary downtime that otherwise occurs while restarting processes. Because the socket is manged by systemd, not by our process, the socket remains even while our process is down. Requests to the socket are queued until our process comes back up to respond.

Changes

1.0.0.2 (2023-01-08)

Support GHC 9.4

1.0.0.1 (2021-12-27)

Support GHC 9.2

1 (2021-07-07)

Initial release