forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
273 B
Text
6 lines
273 B
Text
The File System State Monitor keeps track of the state of any number of paths
|
|
and will fire events when said state changes (create/update/delete). FSSM
|
|
supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere
|
|
else.
|
|
|
|
WWW: https://github.com/ttilley/fssm
|