summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/disable-duplicate-kernel-msg.conf
blob: beb2f445f932a602c99889ac8189b7e2b3748735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file overrides some defaults for systemd
#
# OpenBMC uses busybox which uses klogd which causes duplicate
# kernel messages to show up in the journal due to syslog.
# This override prevents journald from reading from kmsg so
# only one instance of the kernel messages will show up in
# journald instead of the two of each currently put in the
# journal
#
# See systemd-system.conf(5) for details on the conf files

[Journal]
ReadKMsg=no