mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-21 09:33:57 +03:00
man: describe UNIT=/USER_UNIT=
Fixes 17538.
(cherry picked from commit c1d1742a7f
)
This commit is contained in:
parent
6802c4dc8a
commit
f1928ef819
@ -145,7 +145,7 @@
|
||||
<listitem>
|
||||
<para>A documentation URL with further information about the topic of the log message. Tools such
|
||||
as <command>journalctl</command> will include a hyperlink to an URL specified this way in their
|
||||
output. Should be a <literal>http://</literal>, <literal>https://</literal>,
|
||||
output. Should be an <literal>http://</literal>, <literal>https://</literal>,
|
||||
<literal>file:/</literal>, <literal>man:</literal> or <literal>info:</literal> URL.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -156,6 +156,21 @@
|
||||
<para>The numeric thread ID (TID) the log message originates from.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>UNIT=</varname></term>
|
||||
<term><varname>USER_UNIT=</varname></term>
|
||||
<listitem>
|
||||
<para>The name of a unit. Used by the system and user managers when logging about specific
|
||||
units.</para>
|
||||
|
||||
<para>When <option>--unit=<replaceable>name</replaceable></option> or
|
||||
<option>--user-unit=<replaceable>name</replaceable></option> are used with
|
||||
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, a
|
||||
match pattern that includes <literal>UNIT=<replaceable>name</replaceable>.service</literal> or
|
||||
<literal>USER_UNIT=<replaceable>name</replaceable>.service</literal> will be generated.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user