summaryrefslogtreecommitdiff
path: root/man/journald.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-07 23:40:00 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-07 23:40:00 +0200
commit182b858fc2e61e34cd9911c291580659b2cb72b4 (patch)
tree89d799eb5aa5e9caeaa6ad3c9765b5cfe2687b7b /man/journald.conf.xml
parenta1a03e3075316e2376176fc54c74e071adc9d71a (diff)
journald: make splitting up of journal files per-user configurable
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r--man/journald.conf.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 2fa475c94..942560c68 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -136,6 +136,36 @@
</varlistentry>
<varlistentry>
+ <term><varname>SplitMode=</varname></term>
+
+ <listitem><para>Controls whether to
+ split up journal files per user. One
+ of <literal>login</literal>,
+ <literal>uid</literal> and
+ <literal>none</literal>. If
+ <literal>login</literal> each logged
+ in user will get his own journal
+ files, but systemd user IDs will log
+ into the system journal. If
+ <literal>uid</literal> any user ID
+ will get his own journal files
+ regardless whether it belongs to a
+ system service or refers to a real
+ logged in user. If
+ <literal>none</literal> journal files
+ are not split up per-user and all
+ messages are stored in the single
+ system journal. Note that splitting
+ up journal files per-user is only
+ available of journals are stored
+ persistently. If journals are stored
+ on volatile storage (see above) only a
+ single journal file for all user IDs
+ is kept. Defaults to
+ <literal>login</literal>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>RateLimitInterval=</varname></term>
<term><varname>RateLimitBurst=</varname></term>