blob: beb2f445f932a602c99889ac8189b7e2b3748735 [file] [log] [blame]
Andrew Geissler3ee55002018-06-29 13:39:55 -07001# This file overrides some defaults for systemd
2#
3# OpenBMC uses busybox which uses klogd which causes duplicate
4# kernel messages to show up in the journal due to syslog.
5# This override prevents journald from reading from kmsg so
6# only one instance of the kernel messages will show up in
7# journald instead of the two of each currently put in the
8# journal
9#
10# See systemd-system.conf(5) for details on the conf files
11
12[Journal]
13ReadKMsg=no