Provided by: munin-doc_2.0.57-1ubuntu2_all bug

NAME

       Munin::Common::Daemon - utilities for daemons.

SYNOPSIS

       The following daemon-related features are supported:

SUBROUTINES

       emit_sd_notify_message
            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 text  <https://www.freedesktop.org/software/systemd/man/sd_notify.html>  for  details  of
                   this interface.

POD ERRORS

       Hey! The above document had some coding errors, which are explained below:

       Around line 52:
           =over should be: '=over' or '=over positive_number'

       Around line 57:
           You forgot a '=back' before '=head1'

       Around line 59:
           =over without closing =back

       Around line 67:
           =over should be: '=over' or '=over positive_number'

           =over without closing =back

       Around line 82:
           =over should be: '=over' or '=over positive_number'

perl v5.32.1                                       2021-11-12                         Munin::Common::Daemon(3pm)