From a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 23 Aug 2013 12:20:30 +0100 Subject: busybox: enable shared memory logging for systemd The default command-line options for launching busybox's syslogd are "-C" if using sysvinit; but because we use /etc/default/busybox-syslog when using systemd which the sysvinit initscript doesn't use, and no /etc/default/busybox-syslog is installed by default in OE-Core, the default arguments with systemd were no arguments at all with OE-Core alone. Effectively merge in the bbappend from meta-oe that adds a default file in order to set the default options to "-C" for systemd as well. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-core/busybox/files/busybox-syslog.default | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-core/busybox/files/busybox-syslog.default (limited to 'meta/recipes-core/busybox/files/busybox-syslog.default') diff --git a/meta/recipes-core/busybox/files/busybox-syslog.default b/meta/recipes-core/busybox/files/busybox-syslog.default new file mode 100644 index 0000000000..a3d51caa50 --- /dev/null +++ b/meta/recipes-core/busybox/files/busybox-syslog.default @@ -0,0 +1 @@ +OPTIONS="-C" -- cgit v1.2.3