From 4459faa3799e4804402327e8fc4ea92abc96a0e1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 13:59:43 +0000 Subject: somewhat improved config file doc - thanks to Florian Riedl for doing the bulk of work --- doc/rsconf1_dirgroup.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/rsconf1_dirgroup.html (limited to 'doc/rsconf1_dirgroup.html') diff --git a/doc/rsconf1_dirgroup.html b/doc/rsconf1_dirgroup.html new file mode 100644 index 00000000..868e5ecd --- /dev/null +++ b/doc/rsconf1_dirgroup.html @@ -0,0 +1,22 @@ + + +rsyslog.conf file + + +

$DirGroup

+

Type: global configuration directive

+

Default:

+

Description:

+

Set the group for directories newly created. Please note that this setting does not affect the group of directories already existing. The parameter is a group name, for which the groupid is obtained by rsyslogd on startup and on HUPing. Interim changes to the user mapping are not detected.

+

Sample:

+

$DirGroup loggroup

+ +

[rsyslog.conf overview] [manual +index] [rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2007 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + \ No newline at end of file -- cgit