Skip to content

Commit 155ab67

Browse files
committed
Added note about required restart when making a new fifo file.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 6917f06 commit 155ab67

File tree

1 file changed

+3
-0
lines changed
  • doc/_admin-guide/060_Sources/110_Pipe

1 file changed

+3
-0
lines changed

doc/_admin-guide/060_Sources/110_Pipe/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ differences, for example, pipe() opens its argument in read-write mode,
2828
therefore it is not recommended to be used on special files like
2929
/proc/kmsg.
3030

31+
**NOTE:** If the `fifo` file is deleted, syslog-ng OSE automatically recreates it. When a new `pipe()` is created, syslog-ng OSE continues to use the old file until the system is restarted.
32+
{: .notice--info}
33+
3134
>![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**
3235
>
3336
>- It is not recommended to use pipe() on anything else than real pipes.

0 commit comments

Comments
 (0)