Merge commit '9e6e792ec1df919d040a7f8436d03016e364a078' into dora

This commit is contained in:
Holger Hans Peter Freyther 2015-02-15 15:03:33 +01:00
commit bfdac72642
1 changed files with 1 additions and 1 deletions

View File

@ -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
}