X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=6e43914f23e32893f4a5abe591a2f2319a0e3720;hb=b42defe3b8ed3947d85db654a6cdb1b9999f394d;hp=0797deb1155e4e22bdfa75934fa2553e2ac3ab10;hpb=7d7681f70bc8c2140092029ccada9f75510a176b;p=elogind.git diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 0797deb11..6e43914f2 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -130,9 +130,15 @@ by journalctl1's - command), forward secure sealing (FSS) for - all persistent journal files is - enabled. + command), forward secure sealing (FSS) + for all persistent journal files is + enabled. FSS is based on Seekable + Sequential Key Generators by + G. A. Marson and B. Poettering and + may be used to protect journal files + from unnoticed + alteration. @@ -231,7 +237,17 @@ while the former apply if persistent logging is enabled and the system is fully booted - up. SystemMaxUse= + up. journalctl and + systemd-journald + ignore all files with names not ending + with .journal or + .journal~, so only + such files, located in the appropriate + directories, are taken into account + when calculating current disk usage. + + + SystemMaxUse= and RuntimeMaxUse= control how much disk space the journal may use up at @@ -246,7 +262,7 @@ configured in SystemMaxUse= and RuntimeMaxUse= is - available. Defaults to 5% of the size + available. Defaults to 15% of the size of the respective file system. SystemMaxFileSize= and @@ -263,12 +279,13 @@ that usually seven rotated 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. + E as units for the specified sizes + (equal to 1024, 1024²,... bytes). + Note that size limits are enforced + synchronously when journal files + are extended, and no explicit + rotation step triggered by + time is needed. @@ -322,6 +339,16 @@ seconds. + + + SyncIntervalSec= + + The timeout before syncing journal + data to disk. After syncing journal files have + OFFLINE state. Default timeout is 5 minutes. + + + ForwardToSyslog= ForwardToKMsg=