diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-01 01:12:46 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-01 13:03:18 +0200 |
commit | dc30dd7530cee426bbb30425e255868ffa635c13 (patch) | |
tree | 5f8c9dce00a58bd82ece93db86c93c783a773c37 /docs/usyslogd.md | |
parent | b0b6c68e3839656c657f83de70badace6c01675a (diff) |
Add tiny klogd implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'docs/usyslogd.md')
-rw-r--r-- | docs/usyslogd.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/usyslogd.md b/docs/usyslogd.md index 96f5755..525c475 100644 --- a/docs/usyslogd.md +++ b/docs/usyslogd.md @@ -12,6 +12,15 @@ the log messages into files in the processes working directory (by default A simple log rotation scheme has been implemented. +## Kernel Message Logging + +An additional small `klogd` daemon is provided that redirects kernel messages +to the syslog daemon. + +It can be enabled or disabled independently of the `usyslogd` daemon and is +designed to work with any other syslogd implementation. + + ## Security Considerations By default, the daemon switches its working directory to `/var/log`. The |