From 9e6e792ec1df919d040a7f8436d03016e364a078 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 15 Feb 2015 15:03:08 +0100 Subject: [PATCH] systemd: Only add the service once... Keep the journald off on all other targets --- recipes-fixes/systemd/systemd_sysmocom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-fixes/systemd/systemd_sysmocom.inc b/recipes-fixes/systemd/systemd_sysmocom.inc index 4554b69..77bc670 100644 --- a/recipes-fixes/systemd/systemd_sysmocom.inc +++ b/recipes-fixes/systemd/systemd_sysmocom.inc @@ -53,7 +53,7 @@ pkg_postinst_${PN}_append () { # disable journald because its using to much cpu under stress logging for i in ${SYSMOCOM_DISABLED_JOURNALD_SERVICES} ; do - systemctl ${OPTS} mask $i.service + systemctl ${OPTS} mask $i done }