summaryrefslogtreecommitdiffstats
path: root/man/sd_notify.xml
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-05-09 16:05:22 +0200
committerMike Yuan <me@yhndnzj.com>2024-06-20 19:03:44 +0200
commit9c025022d98787d7ad4e46b57f709434531e55a1 (patch)
treeb0a7ca29300579463e55795c67e74017936b728d /man/sd_notify.xml
parentsd-bus/bus-error: inline iterator var, use assert_return (diff)
downloadsystemd-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.xml12
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