cookbook 'incron', '= 0.1.0'
incron (6) Versions 0.1.0 Follow4
Installs and configures incron
cookbook 'incron', '= 0.1.0', :supermarket
knife supermarket install incron
knife supermarket download incron
chef-incron
Installs the incron package and starts the incrond service.
About incron
Incron 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.
Recipes
default
This will install the incron package and start the service.
Resources
incron_d
This resource helps you create a system incron table.
incron_d "notify_home_changes" do path "/home" mask "IN_MODIFY" command "/usr/local/bin/abcd" end
License and Author
License: MIT
Author: David Radcliffe
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.