|
NAMEMunin::Common::Daemon - utilities for daemons.SYNOPSISThe following daemon-related features are supported:
SUBROUTINESemit_sd_notify_messageExample:emit_sd_notify_message(); Send a "ready" signal according to the "sd_notify" interface:
The function returns silently, if something fails. The function should be called as soon as the service is ready to accept requests. Calling this function is always safe - independent of the caller supporting the "sd_notify" interface or not. Examples for callers supporting the "sd_notify" interface:
See the specification of "sd_notify" <https://www.freedesktop.org/software/systemd/man/sd_notify.html> for further details of this interface.
Visit the GSP FreeBSD Man Page Interface. |