summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_230.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb
index 4d367944c7..0a244f353c 100644
--- a/meta/recipes-core/systemd/systemd_230.bb
+++ b/meta/recipes-core/systemd/systemd_230.bb
@@ -233,6 +233,9 @@ do_install() {
233 233
234 # Enable journal to forward message to syslog daemon 234 # Enable journal to forward message to syslog daemon
235 sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf 235 sed -i -e 's/.*ForwardToSyslog.*/ForwardToSyslog=yes/' ${D}${sysconfdir}/systemd/journald.conf
236 # Set the maximium size of runtime journal to 64M as default
237 sed -i -e 's/.*RuntimeMaxUse.*/RuntimeMaxUse=64M/' ${D}${sysconfdir}/systemd/journald.conf
238
236 # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it 239 # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it
237 # for existence else it fails 240 # for existence else it fails
238 if [ -s ${D}${exec_prefix}/lib/tmpfiles.d/systemd.conf ]; then 241 if [ -s ${D}${exec_prefix}/lib/tmpfiles.d/systemd.conf ]; then