From 4a9cc7acdb20a39fe4f269dedbcff0f23988c7a7 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 11 Mar 2014 16:41:01 +0100 Subject: [PATCH] systemd_sysmocom.inc: disable flushing of journald too * bump INC_PR Fixes: SYS#262 --- recipes-fixes/systemd/systemd_sysmocom.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-fixes/systemd/systemd_sysmocom.inc b/recipes-fixes/systemd/systemd_sysmocom.inc index 7081c87..e937eb1 100644 --- a/recipes-fixes/systemd/systemd_sysmocom.inc +++ b/recipes-fixes/systemd/systemd_sysmocom.inc @@ -1,7 +1,7 @@ S_THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${S_THISDIR}/${PN}"], d)}:" -PRINC="18" +PRINC="19" SRC_URI += "file://journald.conf \ file://0001-Feature-switch-ListenDatagram-from-run-systemd-journ.patch \ @@ -39,6 +39,7 @@ pkg_postinst_${PN}_append () { # disable journald because its using to much cpu under stress logging systemctl ${OPTS} mask systemd-journald.socket systemctl ${OPTS} mask systemd-journald.service + systemctl ${OPTS} mask systemd-journal-flush.service } do_install_append() {