Skip to content

Commit 680d6fa

Browse files
committed
Modified note wording.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 155ab67 commit 680d6fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.
31+
**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.
3232
{: .notice--info}
3333

3434
>![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**

0 commit comments

Comments
 (0)