Skip to content

Commit 53ad104

Browse files
committed
Added --umask command line parameter
Signed-off-by: Sergey Yedrikov <[email protected]>
1 parent 6af8d47 commit 53ad104

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deployment/command-line-option.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Usage: fluentd [options]
2121
--workers NUM specify the number of workers under supervisor
2222
--user USER change user
2323
--group GROUP change group
24+
--umask UMASK change umask
2425
-o, --log PATH log file path
2526
--log-rotate-age AGE generations to keep rotated log files
2627
--log-rotate-size BYTES sets the byte size to rotate log files

deployment/system-config.md

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ For code example, please refer to [`api-plugin-base`](../plugin-development/api-
238238
* `--workers NUM`: Specifies the number of workers under supervisor.
239239
* `--user USER`: Changes user.
240240
* `--group GROUP`: Changes group.
241+
* `--umask UMASK`: Specifies umask to use, in octal form. Defaults to 0.
241242
* `-o`, `--log PATH`: Specifies the log file path.
242243
* `--log-rotate-age AGE`: Specifies the generations to keep rotated log files.
243244
* `--log-rotate-size BYTES`: Sets the byte size to rotate log files.

0 commit comments

Comments
 (0)