diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-02-12 06:27:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-12 00:27:58 -0500 |
commit | dbb1d5cf69c07443c987c08ef1c54e51940fe1ab (patch) | |
tree | df0d323c2304e22b922878b0a8dc5df1e2b9a2a0 | |
parent | 050db122ba386bf5143b0c3c631788476231c095 (diff) |
man: systemd.journal-fields: document _SYSTEMD_INVOCATION_ID (#5316)
#4067 added documentation to systemd.exec(5), but not systemd.journal-fields(7).
-rw-r--r-- | man/systemd.journal-fields.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 494f97aad1..2b0acee407 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -243,6 +243,16 @@ </varlistentry> <varlistentry> + <term><varname>_SYSTEMD_INVOCATION_ID=</varname></term> + <listitem> + <para>The invocation ID for the runtime cycle of the unit + the message was generated in, as available to processes + of the unit in <varname>$INVOCATION_ID</varname> (see + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>).</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>_HOSTNAME=</varname></term> <listitem> <para>The name of the originating host.</para> |