Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
274 B
Text
7 lines
274 B
Text
filewatcherd is a daemon inspired by cron, that run commands based on file
|
|
changes instead of time.
|
|
|
|
In principle it is similar to incron, but it's simpler, more limited,
|
|
and does not depend on anything outside of FreeBSD base.
|
|
|
|
WWW: https://github.com/faelys/filewatcherd/
|