diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-05-09 16:05:22 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-06-20 19:03:44 +0200 |
commit | 9c025022d98787d7ad4e46b57f709434531e55a1 (patch) | |
tree | b0a7ca29300579463e55795c67e74017936b728d /man/sd_notify.xml | |
parent | sd-bus/bus-error: inline iterator var, use assert_return (diff) | |
download | systemd-9c025022d98787d7ad4e46b57f709434531e55a1.tar.xz systemd-9c025022d98787d7ad4e46b57f709434531e55a1.zip |
core/service: store BUSERROR= & VARLINKERROR= received through notification
Closes #6073
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 |