diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-23 12:20:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:42:12 +0100 |
commit | a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5 (patch) | |
tree | 811b308104bdb8128fc265c9cb0dfb7457da7484 /meta/recipes-core/busybox/files/busybox-syslog.default | |
parent | 9cf157c71453cbf835f237ca3fa05b845005fe51 (diff) | |
download | openembedded-core-a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5.tar.gz openembedded-core-a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5.tar.bz2 openembedded-core-a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5.zip |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/files/busybox-syslog.default')
-rw-r--r-- | meta/recipes-core/busybox/files/busybox-syslog.default | 1 |
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" |