Skip to content

Commit 3395955

Browse files
Pipe fifo file removal (#121)
Added note about required restart when making a new fifo file.
2 parents 2343a93 + 8617fc1 commit 3395955

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

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ differences, for example, pipe() opens its argument in read-write mode,
3131
therefore it is not recommended to be used on special files like
3232
/proc/kmsg.
3333

34+
**NOTE:** If the `fifo` file is deleted, and the user creates a new one, {{ site.product.short_name }} will still attempt to access the old file until {{ site.product.short_name }} is restarted. Make sure to restart {{ site.product.short_name }} after creating a new `fifo` file.
35+
{: .notice--info}
36+
3437
>![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**
3538
>
3639
>- It is not recommended to use pipe() on anything else than real pipes.

0 commit comments

Comments
 (0)