diff options
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 35c450b128..f04251bd19 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -258,13 +258,21 @@ <term>BUSERROR=…</term> <listitem><para>If a service fails, the D-Bus error-style error code. Example: - <literal>BUSERROR=org.freedesktop.DBus.Error.TimedOut</literal>. Note that this assignment is - currently not used by <command>systemd</command>.</para> + <literal>BUSERROR=org.freedesktop.DBus.Error.TimedOut</literal>.</para> <xi:include href="version-info.xml" xpointer="v233"/></listitem> </varlistentry> <varlistentry> + <term>VARLINKERROR=…</term> + + <listitem><para>If a service fails, the Varlink error-style error code. Example: + <literal>VARLINKERROR=org.varlink.service.InvalidParameter</literal>.</para> + + <xi:include href="version-info.xml" xpointer="v257"/></listitem> + </varlistentry> + + <varlistentry> <term>EXIT_STATUS=…</term> <listitem><para>The exit status of a service or the manager itself. Note that |