generic-poky/meta/recipes-extended/sysklogd/files
Mark Asselstine e30f00bca5 sysklogd: do more to properly work with systemd
It was noticed that syslogd and klogd were no longer running on system
startup, meaning no /var/log/messages etc.. It appears as though
sysklogd has never been updated to follow the expected logging
requirement for systemd as described here:
https://www.freedesktop.org/wiki/Software/systemd/syslog/

As such no service was started and no logging present. Using the above
guidelines we create two new service files syslogd.service and
klogd.service. We make use of tmpfiles.d in order to ensure the
xconsole device node exists and do other minor recipe cleanup to
ensure peaceful coexistence with sysvinit and systemd implementations.

The systemd documentation also asks that for a logger which is not
rsyslog that we also enable 'ForwardToSyslog=' in journald.conf, but
this is already the case so no action is required.

With this change in place syslogd and klogd are started at system
startup and the expected logs are available.

Unfortunately I was not able to find any work done on this upstream or
in other distros so this is my best effort at making this work.

(From OE-Core rev: 914e08cf627e54e5019eda2154663c30b9a68ded)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-16 18:05:12 +00:00
..
0001-Fix-build-with-musl.patch sysklogd: untangle header inclusion maze 2016-01-24 09:40:28 +00:00
klogd.service sysklogd: do more to properly work with systemd 2017-01-16 18:05:12 +00:00
no-strip-install.patch
no-vectorization.patch Fix sysklogd build on e500v2 cores 2011-09-29 16:54:39 +01:00
sysklogd sysklogd: add init.d/syslog status command for LSB compliance 2013-08-26 11:47:17 +01:00
syslog.conf sysklogd: removed tabs from syslog.conf 2012-08-15 14:26:41 +01:00
syslogd.service sysklogd: do more to properly work with systemd 2017-01-16 18:05:12 +00:00
tmpfiles.sysklogd.conf sysklogd: do more to properly work with systemd 2017-01-16 18:05:12 +00:00