diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-04-22 11:37:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-04-22 15:16:54 +0200 |
commit | 552dc4a97c3de76afb0bb0ef8dbe463382e93838 (patch) | |
tree | a5ea4170ee7bc8c25718ef0cf361565580fd753a /man/systemd.exec.xml | |
parent | man: document explicitly that bind restrictions cannot be escaped by opening ... (diff) | |
download | systemd-552dc4a97c3de76afb0bb0ef8dbe463382e93838.tar.xz systemd-552dc4a97c3de76afb0bb0ef8dbe463382e93838.zip |
man: document explicitly that LogExtraFields= and LogFilterPatterns= are for system service only for now
Fixes: #29956
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 598a399b93..7e49d8e267 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3136,6 +3136,9 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX values are indexed may also be used to implement cross-unit log record matching. Assign an empty string to reset the list.</para> + <para>Note that this functionality is currently only available in system services, not in per-user + services.</para> + <xi:include href="version-info.xml" xpointer="v236"/></listitem> </varlistentry> @@ -3191,6 +3194,9 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX the kernel log buffer (kmsg), the systemd console, or sent as wall messages to all logged-in users.</para> + <para>Note that this functionality is currently only available in system services, not in per-user + services.</para> + <xi:include href="version-info.xml" xpointer="v253"/></listitem> </varlistentry> |