From: Lennart Poettering Date: Mon, 13 Nov 2017 17:19:53 +0000 (+0100) Subject: man: slightly improve the sd_notify() documentation regarding READY=1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5b05fafee57f4b701a781a525c3da606521062e2;p=elogind.git man: slightly improve the sd_notify() documentation regarding READY=1 READY=1 may be used to signal when a service finished startup, but also when it finished reloading. Say so. --- diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 61427445d..e0c32d455 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -122,12 +122,10 @@ READY=1 - Tells the service manager that service startup - is finished. This is only used by elogind 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 READY=1 (i.e. - READY=0 is not defined). + Tells the service manager that service startup is finished, or the service finished loading its + configuration. This is only used by elogind 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 + READY=1 (i.e. READY=0 is not defined).