From 52fe44485d4552936428b4b88d39ae2a50029290 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Thu, 8 Dec 2005 07:24:50 +0000 Subject: add some bits about signals --- doc/ulogd.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/ulogd.sgml') diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml index ba36cd7..772cc8d 100644 --- a/doc/ulogd.sgml +++ b/doc/ulogd.sgml @@ -204,6 +204,17 @@ Using this commandline option, an alternate config file can be used. This is important if multiple instances of ulogd are to be run on a single machine. +Signals / Logrotate +

+ulogd understands two kinds of signals: + +SIGHUP +Close and re-open all logfiles. This is mainly intended for logrotate scripts. +Also closes and re-opens database connections. +SIGUSR1 +Reload configuration file. This is not fully implemented yet. + + Available plugins

It is important to understand that ulogd without plugins does nothing. It will receive packets, and do nothing with them. -- cgit v1.2.3