X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournald.conf.xml;h=4edcc003c0dd94ceef3ec55840d149f811e615ea;hp=5cd09a217ef710ddc7641e85f99f0188a5f1e97a;hb=cc98b3025eeb89addb76a27390cb2baca4eab8b9;hpb=8f18f550e7023948f199616fdfbb0f09711fd615 diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 5cd09a217..4edcc003c 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -22,7 +22,8 @@ along with systemd; If not, see . --> - + journald.conf systemd @@ -44,22 +45,29 @@ journald.conf - Journal service configuration file + journald.conf.d + Journal service configuration files /etc/systemd/journald.conf + /etc/systemd/journald.conf.d/*.conf + /run/systemd/journald.conf.d/*.conf + /usr/lib/systemd/journald.conf.d/*.conf Description - This file configures various parameters of the + These files configure various parameters of the systemd journal service, systemd-journald.service8. + + + Options @@ -115,9 +123,8 @@ value. If enabled (the default), data objects that shall be stored in the journal and are larger than a certain - threshold are compressed with the XZ - compression algorithm before they are - written to the file + threshold are compressed before they + are written to the file system. @@ -146,29 +153,30 @@ Controls whether to split up journal files per user. One - of login, - uid and - none. If - login, each logged-in - user will get his own journal - files, but systemd user IDs will log - into the system journal. If - uid, any user ID - will get his own journal files - regardless of whether it belongs to a - system service or refers to a real - logged in user. If + of uid, + login and + none. If + uid, all users will + get each their own journal files + regardless of whether they possess a + login session or not, however system + users will log into the system + journal. If login, + actually logged-in users will get each + their own journal files, but users + without login session and system users + will log into the system journal. If none, journal files are not split up by user and all - messages are instead stored in the single - system journal. Note that splitting - up journal files by user is only - available for journals stored + messages are instead stored in the + single system journal. Note that + splitting up journal files by user is + only available for journals stored persistently. If journals are stored - on volatile storage (see above), only a - single journal file for all user IDs + on volatile storage (see above), only + a single journal file for all user IDs is kept. Defaults to - login. + uid. @@ -394,8 +402,8 @@ forwarding to syslog is enabled but no syslog daemon is running, the respective option has no effect. By - default, only forwarding to syslog and - wall is enabled. These settings may be + default, only forwarding wall is + enabled. These settings may be overridden at boot time with the kernel command line options systemd.journald.forward_to_syslog=, @@ -404,9 +412,9 @@ and systemd.journald.forward_to_wall=. When forwarding to the console, the - TTY to log to can be changed - with TTYPath=, - described below. + TTY to log to can be changed with + TTYPath=, described + below.