From: Michael Biebl Date: Mon, 27 Feb 2012 21:29:14 +0000 (+0100) Subject: Setup systemd-journald to not read from /proc/kmsg (ImportKernel=no). X-Git-Tag: debian-units_43-1~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a287d5c496bcc1027a634c6a5865dfec74ec08c;p=systemd Setup systemd-journald to not read from /proc/kmsg (ImportKernel=no). --- diff --git a/src/journal/systemd-journald.conf b/src/journal/systemd-journald.conf index 710b0aa9..04cb3c3c 100644 --- a/src/journal/systemd-journald.conf +++ b/src/journal/systemd-journald.conf @@ -22,4 +22,4 @@ #ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no -#ImportKernel=yes +ImportKernel=no