summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/busybox-syslog.default
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-23 12:20:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:47:19 +0100
commitb18b210c1e68bd312785b4d956e628220b5a8c9a (patch)
treecc753955b39414f9183198e1e9965a035c3ebc8d /meta/recipes-core/busybox/files/busybox-syslog.default
parent1506d3acaf2616339b2ae8e4b463179f85ebcb19 (diff)
downloadpoky-b18b210c1e68bd312785b4d956e628220b5a8c9a.tar.gz
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. (From OE-Core rev: a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/files/busybox-syslog.default')
-rw-r--r--meta/recipes-core/busybox/files/busybox-syslog.default1
1 files changed, 1 insertions, 0 deletions
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"