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_dirowner.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/rsconf1_dirowner.html (limited to 'doc/rsconf1_dirowner.html') diff --git a/doc/rsconf1_dirowner.html b/doc/rsconf1_dirowner.html new file mode 100644 index 00000000..e85a5122 --- /dev/null +++ b/doc/rsconf1_dirowner.html @@ -0,0 +1,22 @@ + + +rsyslog.conf file + + +

$DirOwner

+

Type: global configuration directive

+

Default:

+

Description:

+

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

+

Sample:

+

$DirOwner loguser

+ +

[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