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

$UMASK

+

Type: global configuration directive

+

Default:

+

Description:

+

The $umask directive allows to specify the rsyslogd processes' umask. If not specified, the system-provided default is used. The value given must always be a 4-digit octal number, with the initial digit being zero.

+

If $umask is specified multiple times in the configuration file, results may be somewhat unpredictable. It is recommended to specify it only once.

+

Sample:

+

$umask 0000

+

This sample removes all restrictions.

+ +

[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