systemd_sysmocom.inc: disable flushing of journald too

* bump INC_PR

Fixes: SYS#262
This commit is contained in:
Henning Heinold 2014-03-11 16:41:01 +01:00 committed by Holger Hans Peter Freyther
parent 305426f7cf
commit 4a9cc7acdb
1 changed files with 2 additions and 1 deletions

View File

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