Andrew Geissler | 3ee5500 | 2018-06-29 13:39:55 -0700 | [diff] [blame] | 1 | # 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] |
| 13 | ReadKMsg=no |