From: Zbigniew Jędrzejewski-Szmek Date: Fri, 4 Mar 2022 15:26:12 +0000 (+0100) Subject: man: describe UNIT=/USER_UNIT= X-Git-Tag: v251-rc1~203^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1d1742a7f6a65f60dce1a4f22a22d443493757c;p=thirdparty%2Fsystemd.git man: describe UNIT=/USER_UNIT= Fixes 17538. --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 241d60f673c..d50e89f0bb9 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -145,7 +145,7 @@ A documentation URL with further information about the topic of the log message. Tools such as journalctl will include a hyperlink to an URL specified this way in their - output. Should be a http://, https://, + output. Should be an http://, https://, file:/, man: or info: URL. @@ -156,6 +156,21 @@ The numeric thread ID (TID) the log message originates from. + + + UNIT= + USER_UNIT= + + The name of a unit. Used by the system and user managers when logging about specific + units. + + When or + are used with + journalctl1, a + match pattern that includes UNIT=name.service or + USER_UNIT=name.service will be generated. + +