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 }