blob: c85bceade709c4a1b2dd4927acd8a21c39c70125 [file] [log] [blame]
Andrew Geisslera3e3e0d2018-07-11 09:20:02 -07001# This file overrides some defaults for systemd
2#
3# systemd recently changed the default in their recipe
4# to forward all messages on to syslog. OpenBMC runs in
5# a constrained environment so the redundancy of having
6# the logs in both journald and syslog does not make sense.
7#
8# See systemd-system.conf(5) for details on the conf files
9
10[Journal]
11ForwardToSyslog=no