Skip to content
Merged
Changes from 2 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 doc/_admin-guide/060_Sources/110_Pipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ differences, for example, pipe() opens its argument in read-write mode,
therefore it is not recommended to be used on special files like
/proc/kmsg.

**NOTE:** If the `fifo` file is deleted, and the user creates a new one, syslog-ng OSE will still attempt to access the old file until the system is restarted. Make sure to restart syslog-ng OSE after creating a new `fifo` file.
{: .notice--info}

>![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**
>
>- It is not recommended to use pipe() on anything else than real pipes.
Expand Down