msysklogd/README.md

11 lines
497 B
Markdown
Raw Permalink Normal View History

2024-01-06 07:21:33 +01:00
# msysklogd
Msysklogd is a small and simple syslog and kernel log daemon.
It does not need any configuration file and does not write any files.
It just writes all messages to standard out (descriptor 1) or to a remote host.
I recommend to use it with a powerful logging service such as multilog from daemontools.
The idea and some code is from Olaf Dreesen's od_syslog.
Even if it is possible to link msysklogd against the glibc I strongly recommend to use the dietlibc from Felix von Leitner.