slackbuilds/system/incron
David Spencer ebe97f3cf2 system/incron: Fix install with ROOT=.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-08-12 06:57:26 +07:00
..
README
doinst.sh system/incron: Fix install with ROOT=. 2017-08-12 06:57:26 +07:00
incron.SlackBuild
incron.info
rc.incrond
slack-desc

README

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.

To start incrond automatically on system start, make sure that
/etc/rc.d/rc.incrond is executable and put the following line to your
/etc/rc.d/rc.local:

  [ -x /etc/rc.d/rc.incrond ] && /etc/rc.d/rc.incrond start

To stop incrond on system shutdown, add this line to your
/etc/rc.d/rc.local_shutdown:

  [ -x /etc/rc.d/rc.incrond ] && /etc/rc.d/rc.incrond stop