blob: 747e0f5eb0024cc11539c809916752e3d104343e (
plain) (
blame)
1
2
3
4
5
6
7
|
This program is an "inotify cron" system. It consists of a daemon
and a table manipulator. You can use it a similar way as the regular
cron. The difference is that the inotify cron handles filesystem
events rather than time periods.
Written to use (and named after) Linux' "inotify", on BSD it uses
the libinotify compatibility layer.
|