On 2020/11/22 14:54, Remi Locherer wrote: > Hi, > > I got two request for enabling of the imfile module. > > In my own little testing it works fine. The "inotify" mode does not work > for obvious reasons. Even if it is configured rsyslog falls back to > polling mode. > > OK?
OK. Sometimes libinotify can be used instead, to emulate Linux inotify using kqueue. But looking at FreeBSD port commits relating to this, it seems that rsyslog needs it to persist across a fork, which isn't supported in kqueue.