summaryrefslogtreecommitdiff
path: root/src/kmsg-syslogd.c
AgeCommit message (Collapse)Author
2011-03-07syslog: make sure the kmsg bridge is always pulled in and never terminated ↵Lennart Poettering
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.
2011-02-21kmsg-syslogd: fix buildLennart Poettering
2011-02-20kmsg-syslogd: increase terminate timeout to 5min to generte less debug spewLennart Poettering
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering
standards
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering