From f52c7ea9d045db3a1f313f92ef786cbb58594a50 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Jun 2018 16:20:02 +0200 Subject: Add minimalistic syslog daemon For now this daemon simply dumps all syslog messages into seperate log files and doesn't do much parsing. Since the messages are readable ASCII anyway, this should not be to much of a problem and sufficient for debugging. Signed-off-by: David Oberhollenzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 73b3efb..256a460 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ reboot shutdown killall5 runsvc +usyslogd services/sigkill services/sigterm -- cgit v1.2.3