# README
sdnotify

Package sdnotify
implements systemd readiness notifications as described in
https://www.freedesktop.org/software/systemd/man/sd_notify.html. MIT Licensed.
# Packages
No description provided by the author
# Functions
New creates a Notifier which sends notifications to the UNIX socket specified by the NOTIFY_SOCKET environment variable.
Open creates a Notifier which sends notifications to the UNIX socket specified by sock.
Statusf creates a formatted STATUS notification with the input format string and values.