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() {