adamwiggins / clockwork

A scheduler process to replace cron
662 stars 186 forks source link

Deamonize clockwork #19

Closed fddayan closed 11 years ago

fddayan commented 11 years ago

You are able to deamonize a clockwork process with -d using deamons gem and take advantage of daemons features like monitor, start, stop , reload etc

daemons gem is not required for clockwork to work and it is not specified as a dependency.
It is only used if -d is specified.

daemons gem has to be installed thru gem install or specified in the Gemfile of the host project