summaryrefslogtreecommitdiff
path: root/man/journald.conf.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-03-04 16:38:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-03-05 06:57:14 +0900
commit005c7b1d880e641f634534d24a43e2b5db58b476 (patch)
tree8662b3e818c112a8ff335dfce921b22e6184cf47 /man/journald.conf.xml
parente6283cbf48a3821d03ec73252620fc1b04bd4588 (diff)
downloadsystemd-005c7b1d880e641f634534d24a43e2b5db58b476.tar.gz
journal: make namespace invocation also support drop-in config
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r--man/journald.conf.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 959815a8f1..86137a951d 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -28,6 +28,9 @@
<para><filename>/run/systemd/journald.conf.d/*.conf</filename></para>
<para><filename>/usr/lib/systemd/journald.conf.d/*.conf</filename></para>
<para><filename>/etc/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf</filename></para>
+ <para><filename>/etc/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf.d/*.conf</filename></para>
+ <para><filename>/run/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf.d/*.conf</filename></para>
+ <para><filename>/usr/lib/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf.d/*.conf</filename></para>
</refsynopsisdiv>
<refsect1>
@@ -41,8 +44,9 @@
<para>The <command>systemd-journald</command> instance managing the default namespace is configured by
<filename>/etc/systemd/journald.conf</filename> and associated drop-ins. Instances managing other
- namespaces read <filename>/etc/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf</filename> with
- the namespace identifier filled in. This allows each namespace to carry a distinct configuration. See
+ namespaces read <filename>/etc/systemd/journald@<replaceable>NAMESPACE</replaceable>.conf</filename>
+ and associated drop-ins with the namespace identifier filled in. This allows each namespace to carry
+ a distinct configuration. See
<citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
for details about journal namespaces.</para>
</refsect1>