diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-24 03:09:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-24 03:09:36 +0200 |
commit | 7874bcd6028d1efbb4451c8b5cf5b2ac8d77af74 (patch) | |
tree | d928d82eda931afa6833dded25b701b0f8c9f6ed /man/sd_notify.xml | |
parent | 5ec7ed4ec693cd69bdc329c38b220d2462df5eba (diff) |
man: extend manual page documentation
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 9d55ca4f8c..6a689555dd 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -228,6 +228,24 @@ </refsect1> <refsect1> + <title>Environment</title> + + <variablelist> + <varlistentry> + <term><varname>$NOTIFY_SOCKET</varname></term> + + <listitem><para>Set by the init system + for supervised processes for status + and start-up completion + notification. This environment variable + specifies the socket + <function>sd_notify()</function> talks + to. See above for details.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>Examples</title> <example> |