diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-23 13:52:39 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-23 13:52:39 +0000 |
commit | 1ba450ebbfc4c8b83ad8537e03ced60407d1a71f (patch) | |
tree | a7a6146f1b83e4f13f465e84e7e197bc4c4e843f /sysutils/filewatcherd/files/watchtab.sample | |
parent | Update to 2.08 (diff) |
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/
PR: ports/181485
Submitted by: Natacha Porté <natbsd instinctive.eu>
Notes
Notes:
svn path=/head/; revision=325267
Diffstat (limited to 'sysutils/filewatcherd/files/watchtab.sample')
-rw-r--r-- | sysutils/filewatcherd/files/watchtab.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/filewatcherd/files/watchtab.sample b/sysutils/filewatcherd/files/watchtab.sample new file mode 100644 index 000000000000..15211c0cfe4d --- /dev/null +++ b/sysutils/filewatcherd/files/watchtab.sample @@ -0,0 +1 @@ +/root/wolverine delete 0.1 touch ${TRIGGER} |