summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_211.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_211.bb b/meta/recipes-core/systemd/systemd_211.bb
index 567c323543..93d9c9996d 100644
--- a/meta/recipes-core/systemd/systemd_211.bb
+++ b/meta/recipes-core/systemd/systemd_211.bb
@@ -124,6 +124,7 @@ do_install() {
124 sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd 124 sed -i s%@UDEVD@%${rootlibexecdir}/systemd/systemd-udevd% ${D}${sysconfdir}/init.d/systemd-udevd
125 fi 125 fi
126 126
127 chown root:systemd-journal ${D}/${localstatedir}/log/journal
127 # Delete journal README, as log can be symlinked inside volatile. 128 # Delete journal README, as log can be symlinked inside volatile.
128 rm -f ${D}/${localstatedir}/log/README 129 rm -f ${D}/${localstatedir}/log/README
129} 130}