This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > incron (0.6.0)

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

Maintained by: Marek Srejma
Keywords: cron,inotify
ChangeLog: incron

Homepage:
https://github.com/danfruehauf/incron

Source Downloads:
incron-0.6.0.tar.gz (76e072903edd1ae5a923c528669faccd)

Download SlackBuild:
incron.tar.gz
incron.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
incron.SlackBuild
incron.info
rc.incrond
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds