diff options
author | Asaf Ohaion <asaf@lingnu.com> | 2011-07-03 13:55:45 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | e0f1aa4a109dfaa680f5b82ae313f0059919d568 (patch) | |
tree | 02f8de1b9f16b1e959c4e0371d29fb53c426d1a5 /system/incron/README | |
parent | 6aad810e26d431cda35d53ae27e8735607fbe3e4 (diff) | |
download | slackbuilds-e0f1aa4a109dfaa680f5b82ae313f0059919d568.tar.gz |
system/incron: Added (inotify cron system)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/incron/README')
-rw-r--r-- | system/incron/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/incron/README b/system/incron/README new file mode 100644 index 0000000000..595d6437ef --- /dev/null +++ b/system/incron/README @@ -0,0 +1,5 @@ +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. + |