MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:systemd-socket-activation-1.1.0.1@sha256:a19f62e6818d00dd00ddb9f136464973ba14d69f114018a34a01627ca27dc646,1771

Module documentation for 1.1.0.1

“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.1.0.1 (2023-02-25)

Various minor internal cleanup and simplification.

Added dependency on the quaalude package.

Haskell version is now GHC2021. Requires at least GHC 9.2.

1.1.0.0 (2023-02-25)

The NoSuchName constructor of Error now has an additional field that indicates which sockets are available.

The displayException method of Error has been changed from the default implementation; it now constructs sentences.

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