]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
syslog: make sure the kmsg bridge is always pulled in and never terminated automatically
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Mar 2011 20:56:09 +0000 (21:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Mar 2011 20:56:13 +0000 (21:56 +0100)
commitb670e92b50686773c82ccb4c07f93e85ff90783b
treeeab849ce13a2d0bd3a700e366fe4f04db0ca16f9
parent0992bbd109d60ce10ddd8895259fd9b4c1bbfdb5
syslog: make sure the kmsg bridge is always pulled in and never terminated automatically

Since we want to replace the bridge dynamically by the real syslog
implementation such as rsyslog we need to make sure that the the bridge
stays running right to the moment rsyslog is up so that we process
messages enqueued by other processes started before rsyslog, so that
those clients don't stay stuck.
Makefile.am
src/kmsg-syslogd.c