diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 14:57:03 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-03 15:02:53 +0100 |
commit | 33eb1f24978c813994357c27efd0e99f491e7c55 (patch) | |
tree | 7573a5b4d05d87759918488b83e2de5814d3a755 /man/journald.conf.xml | |
parent | man,mkosi: use glibc-minimal-langpack for Fedora (diff) | |
download | systemd-33eb1f24978c813994357c27efd0e99f491e7c55.tar.xz systemd-33eb1f24978c813994357c27efd0e99f491e7c55.zip |
tree-wide: drop printk.devkmsg=on setting in various places
Since 6123dfaa72 this should not be necessary anymore.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index afbbe64bb8..e24c420ab0 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -350,9 +350,9 @@ <varname>TTYPath=</varname>, described below.</para> <para>When forwarding to the kernel log buffer (kmsg), make sure to select a suitably large size for - the log buffer, and ensure the kernel's rate-limiting applied to userspace processes is turned - off. Specifically, add <literal>log_buf_len=8M</literal> and <literal>printk.devkmsg=on</literal> (or - similar) to the kernel command line.</para></listitem> + the log buffer, for example by adding <literal>log_buf_len=8M</literal> to the kernel command line. + <command>systemd</command> will automatically disable kernel's rate-limiting applied to userspace + processes (equivalent to setting <literal>printk.devkmsg=on</literal>).</para></listitem> </varlistentry> <varlistentry> |