From e0f1aa4a109dfaa680f5b82ae313f0059919d568 Mon Sep 17 00:00:00 2001 From: Asaf Ohaion Date: Sun, 3 Jul 2011 13:55:45 -0400 Subject: system/incron: Added (inotify cron system) Signed-off-by: dsomero --- system/incron/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/incron/README (limited to 'system/incron/README') 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. + -- cgit v1.2.3