From 13cc1ad5ce70efc86ab7abb6d28b6a808aa28f23 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 30 Mar 2022 19:07:45 +0200 Subject: [PATCH] Add link to the nice wiki article on the Gentoo wiki Signed-off-by: Joachim Wiberg --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03a79e7..a32d729 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ Main differences from the original sysklogd package are: - GNU configure & build system to ease porting/cross-compiling - Support for configuring remote syslog timeout +> **Tip:** the Gentoo project has a very nice article on their wiki +> detailing how to use and set up sysklogd ➤ +> + Using -lsyslog --------------