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

$FailOnChownFailure

+

Type: global configuration directive

+

Default: on

+

Description:

+

This option modifies behaviour of dynaFile creation. If different owners or groups are specified for new files or directories and rsyslogd fails to set these new owners or groups, it will log an error and NOT write to the file in question if that option is set to "on". If it is set to "off", the error will be ignored and processing continues. Keep in mind, that the files in this case may be (in)accessible by people who should not have permission. The default is "on".

+

Sample:

+

$FailOnChownFailure off

+ +

[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