Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _includes/doc/admin-guide/options/create-dirs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

*Description:* Enable creating non-existing directories when creating
files or socket files.

**NOTE:** If syslog-ng cannot create the pipe, it aborts and produces an error. This could be caused by the lack of a write permission, or missing directory. The latter of the two can be fixed by using the `create-dirs(yes)` option.
{: .notice--info}
3 changes: 3 additions & 0 deletions doc/_admin-guide/060_Sources/110_Pipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The pipe driver has a single required parameter, specifying the filename
of the pipe to open. For the list of available optional parameters, see
pipe() source options.

**NOTE:** If syslog-ng cannot create the pipe, it aborts and produces an error. This could be caused by the lack of a write permission, or missing directory. The latter of the two can be fixed by using the `create-dirs(yes)` option.
{: .notice--info}

**Declaration**

```config
Expand Down