diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-04 20:40:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-04 20:40:04 +0100 |
commit | e6960940b6dc5ab81eb2fca4061c333e1795f38d (patch) | |
tree | 08ec0a8cc0bcc64f4a053d24a101101d71c96033 /src/journal/systemd-journald.conf | |
parent | 3606df64abfa79e8fad7bd75c8634c116a6f1c96 (diff) |
journald: parse configuration file
Diffstat (limited to 'src/journal/systemd-journald.conf')
-rw-r--r-- | src/journal/systemd-journald.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/journal/systemd-journald.conf b/src/journal/systemd-journald.conf new file mode 100644 index 0000000000..f137ab8833 --- /dev/null +++ b/src/journal/systemd-journald.conf @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# See system-journald.conf(5) for details + +[Journal] +#Compress=yes +#RateLimitInterval=10s +#RateLimitBurst=200 +#SystemMaxUse= +#SystemKeepFree= +#SystemMaxFileSize= +#SystemMinFileSize= +#RuntimeMaxUse= +#RuntimeKeepFree= +#RuntimeMaxFileSize= +#RuntimeMinFileSize= |