summaryrefslogtreecommitdiff
path: root/man/journald.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-19 00:56:42 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-19 00:56:42 +0200
commit6d9082172c831162631eb696b50e9a45406811e7 (patch)
treed1246108b248ffad3b32e7bcb75da777be790fa5 /man/journald.conf.xml
parentaae9a96d4b3a8562af9e8c6a23871b442645b954 (diff)
journald.conf: remove MinSize= settings
There's no point in making this configurable, so let's drop it in order to simplify configuration a bit.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r--man/journald.conf.xml17
1 files changed, 5 insertions, 12 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 66189bd92..70b05f600 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -201,11 +201,9 @@
<term><varname>SystemMaxUse=</varname></term>
<term><varname>SystemKeepFree=</varname></term>
<term><varname>SystemMaxFileSize=</varname></term>
- <term><varname>SystemMinFileSize=</varname></term>
<term><varname>RuntimeMaxUse=</varname></term>
<term><varname>RuntimeKeepFree=</varname></term>
<term><varname>RuntimeMaxFileSize=</varname></term>
- <term><varname>RuntimeMinFileSize=</varname></term>
<listitem><para>Enforce size limits on
the journal files stored. The options
@@ -263,16 +261,11 @@
<varname>SystemMaxUse=</varname> and
<varname>RuntimeMaxUse=</varname>, so
that usually seven rotated journal
- files are kept as
- history. <varname>SystemMinFileSize=</varname>
- and
- <varname>RuntimeMinFileSize=</varname>
- control how large individual journal
- files grow at minimum. Defaults to
- 64K. Specify values in bytes or use
- K, M, G, T, P, E as units for the
- specified sizes. Note that size limits
- are enforced synchronously to journal
+ files are kept as history. Specify
+ values in bytes or use K, M, G, T, P,
+ E as units for the specified
+ sizes. Note that size limits are
+ enforced synchronously to journal
files as they are extended, and need
no explicit rotation step triggered by
time.</para></listitem>