summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-09-14 21:30:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-24 14:43:49 +0300
commitecf5aae79ee6aaef392988d3185a0a81cfdef1f8 (patch)
tree38b881f4d2154086a5bc9632cfa18e8984a942e2 /meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
parent0ee690fcb712718ca7ad179ec1a29a9803c80ed6 (diff)
downloadopenbmc-ecf5aae79ee6aaef392988d3185a0a81cfdef1f8.tar.xz
Enable kernel logs in journal
At one point there were duplicate kernel logs going into the journal. One was disabled (e9722d1) using systemd configuration options. Not sure what changed but recently no kernel messages have been going into the journal. Testing: Verified that only one kernel message appears in the journal with this change. (From meta-phosphor rev: 9e5d2bf6d989261478ec0d17705bb883c84ad4a5) Change-Id: I93bc90b53a0926c610304f73b567e56ad13a0ff1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb b/meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
index ce58a532a4..930d447774 100644
--- a/meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
+++ b/meta-phosphor/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
@@ -8,13 +8,10 @@ LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d71
DEPENDS += "systemd"
SRC_URI = "file://service-restart-policy.conf"
-SRC_URI += "file://disable-duplicate-kernel-msg.conf"
FILES_${PN} += "${systemd_unitdir}/system.conf.d/service-restart-policy.conf"
-FILES_${PN} += "${systemd_unitdir}/journald.conf.d/disable-duplicate-kernel-msg.conf"
do_install() {
install -m 644 -D ${WORKDIR}/service-restart-policy.conf ${D}${systemd_unitdir}/system.conf.d/service-restart-policy.conf
- install -m 644 -D ${WORKDIR}/disable-duplicate-kernel-msg.conf ${D}${systemd_unitdir}/journald.conf.d/disable-duplicate-kernel-msg.conf
}