systemd: Only add the service once...

Keep the journald off on all other targets
This commit is contained in:
Holger Hans Peter Freyther 2015-02-15 15:03:08 +01:00
parent 592c6d7295
commit 9e6e792ec1
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
}