mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
11b8f34b4e
commit
942ec74bad
@@ -175,9 +175,6 @@ do_install() {
|
||||
|
||||
# Enable journal to forward message to syslog daemon
|
||||
sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf
|
||||
# its needed in 216 upstream has fixed it with 919699ec301ea507edce4a619141ed22e789ac0d
|
||||
# don't order journal flushing afte remote-fs.target
|
||||
sed -i -e 's/ remote-fs.target$//' ${D}${systemd_unitdir}/system/systemd-journal-flush.service
|
||||
# this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it
|
||||
# for existence else it fails
|
||||
if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then
|
||||
|
||||
Reference in New Issue
Block a user