summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_219.bb
diff options
context:
space:
mode:
authorBruno Bottazzini <bruno.bottazzini@intel.com>2015-05-11 15:02:50 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:44:00 +0100
commit942ec74bad7c796363f334f031a927b76cfee420 (patch)
treefc6fecb75f1930711a0ffd85a39f5e0d2a74821f /meta/recipes-core/systemd/systemd_219.bb
parent11b8f34b4e7ed9875522c11e0b135fad1369bcb5 (diff)
downloadpoky-942ec74bad7c796363f334f031a927b76cfee420.tar.gz
systemd: removing workaround odering journal after remote-fs.target
This workaround is not needed in version 219 since the fix is upstreamed with: 919699ec301ea507edce4a619141ed22e789ac0d (From OE-Core rev: e3330d0602fb3ad347f028063d25f634a36ea344) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_219.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index c196017e1e..6ed4fe0995 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -175,9 +175,6 @@ do_install() {
175 175
176 # Enable journal to forward message to syslog daemon 176 # Enable journal to forward message to syslog daemon
177 sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf 177 sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf
178 # its needed in 216 upstream has fixed it with 919699ec301ea507edce4a619141ed22e789ac0d
179 # don't order journal flushing afte remote-fs.target
180 sed -i -e 's/ remote-fs.target$//' ${D}${systemd_unitdir}/system/systemd-journal-flush.service
181 # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it 178 # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it
182 # for existence else it fails 179 # for existence else it fails
183 if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then 180 if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then