From 31174697255498f33f663b7aaf05601e32dffdcf Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 23 Feb 2005 04:55:06 +0000 Subject: [PATCH] Added [unix] LogIdent key. --- ctrl/sbbs.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini index 6bfa75b36b..e1974f858e 100644 --- a/ctrl/sbbs.ini +++ b/ctrl/sbbs.ini @@ -189,7 +189,7 @@ Options=NO_HOST_LOOKUP ;Group=wheel ; Run in background: Daemonize=False -; Daemon Log Facility to use +; syslog facility to use (when daemonized) ; 1 = LOCAL1 ; 2 = LOCAL2 ; . @@ -200,6 +200,8 @@ Options=NO_HOST_LOOKUP ; man syslog.conf(5) for more information. ; Defaults to using the USER facility. LogFacility=User +; syslog identity to use (when daemonized) + LogIdent=synchronet ; Default file creation mask: umask=077 -- GitLab