X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_notify.xml;h=75edeeadf39f2c98f65d1f6779e73be1c7b3487d;hp=a91c1bb4bf4c6893afaa7c85c6a34a0bbec3c7cf;hb=485507b8c031e0c75f43c4b4fce5a0082a812fbb;hpb=dac051ad6893dcf3e1a69d40eea02682220e71d4 diff --git a/man/sd_notify.xml b/man/sd_notify.xml index a91c1bb4b..75edeeadf 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -45,7 +45,7 @@ sd_notify sd_notifyf - Notify init system about start-up completion and other daemon status changes + Notify service manager about start-up completion and other daemon status changes @@ -87,7 +87,7 @@ processes. The state parameter - should contain an newline-separated list of variable + should contain a newline-separated list of variable assignments, similar in style to an environment block. A trailing newline is implied if none is specified. The string may contain any kind of variable @@ -104,7 +104,7 @@ definition file has Type=notify set. The passed argument is a boolean "1" or "0". Since there is little - value in signalling non-readiness, the + value in signaling non-readiness, the only value daemons should send is "READY=1". @@ -227,8 +227,8 @@ For details about the algorithms check the liberally licensed reference implementation sources: - - resp. + and sd_notify() and @@ -243,7 +243,7 @@ file. Alternatively, applications consuming these APIs may copy the implementation into their source tree. For more details about the reference implementation see - sd_daemon7. + sd-daemon3. If the reference implementation is used as drop-in files and -DDISABLE_SYSTEMD is set during @@ -310,7 +310,7 @@ See Also systemd1, - sd_daemon7, + sd-daemon3, daemon7, systemd.service5