Expand description
Minimal systemd sd_notify implementation.
Sends state notifications to systemd via the $NOTIFY_SOCKET datagram
socket. This is a no-op when $NOTIFY_SOCKET is not set (i.e., when not
running under systemd with Type=notify).
Functionsยง
- sd_
notify - Notify systemd about a service state change.