man: slightly improve the sd_notify() documentation regarding READY=1
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Nov 2017 17:19:53 +0000 (18:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 27 Nov 2017 16:01:09 +0000 (17:01 +0100)
READY=1 may be used to signal when a service finished startup, but also
when it finished reloading. Say so.

man/sd_notify.xml

index 4a5e087..3ba242b 100644 (file)
       <varlistentry>
         <term>READY=1</term>
 
-        <listitem><para>Tells the service manager that service startup
-        is finished. This is only used by systemd if the service
-        definition file has Type=notify set. Since there is little
-        value in signaling non-readiness, the only value services
-        should send is <literal>READY=1</literal> (i.e.
-        <literal>READY=0</literal> is not defined).</para></listitem>
+        <listitem><para>Tells the service manager that service startup is finished, or the service finished loading its
+        configuration. This is only used by systemd if the service definition file has <varname>Type=notify</varname>
+        set. Since there is little value in signaling non-readiness, the only value services should send is
+        <literal>READY=1</literal> (i.e.  <literal>READY=0</literal> is not defined).</para></listitem>
       </varlistentry>
 
       <varlistentry>