X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_notify.xml;h=2345aea4bf53ffed5141c8c84a128b61e0e908c2;hb=bfd22ee3909a67c139aa2fd9b9a4cecba3dd124d;hp=87e59c9cc2a59995da9598b93f4393c198c65269;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d;p=elogind.git diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 87e59c9cc..2345aea4b 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -3,22 +3,22 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_notify - systemd + elogind @@ -54,7 +54,7 @@ - #include <systemd/sd-daemon.h> + #include <elogind/sd-daemon.h> int sd_notify @@ -123,7 +123,7 @@ READY=1 Tells the service manager that service startup - is finished. This is only used by systemd if the service + 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. @@ -194,10 +194,10 @@ watchdog timestamp. This is the keep-alive ping that services need to issue in regular intervals if WatchdogSec= is enabled for it. See - systemd.service5 + logind.service5 for information how to enable this functionality and sd_watchdog_enabled3 - for the details of how the service can check if the the + for the details of how the service can check whether the watchdog is enabled. @@ -219,7 +219,7 @@ manager will accept messages for a service only if FileDescriptorStoreMax= is set to non-zero for it (defaults to zero). See - systemd.service5 + logind.service5 for details. Multiple arrays of file descriptors may be sent in separate messages, in which case the arrays are combined. Note that the service manager removes duplicate file @@ -235,10 +235,10 @@ listed above with X_ to avoid namespace clashes. - Note that systemd will accept status data sent from a + Note that elogind will accept status data sent from a service only if the NotifyAccess= option is correctly set in the service definition file. See - systemd.service5 + logind.service5 for details. sd_notifyf() is similar to @@ -288,9 +288,9 @@ Notes - + - Internally, these functions send a single datagram with the + These functions send a single datagram with the state string as payload to the AF_UNIX socket referenced in the $NOTIFY_SOCKET environment variable. If the first character of @@ -365,10 +365,10 @@ See Also - systemd1, + elogind8, sd-daemon3, daemon7, - systemd.service5, + logind.service5, sd_watchdog_enabled3