public
Description: SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.
Homepage: http://simple-daemon.rubyforge.org/
Clone URL: git://github.com/bryanl/simple-daemon.git
README.txt
= simple-daemon

== DESCRIPTION:

Simple 70-line daemon module for Ruby. Add daemon functionality to a Ruby class (start, stop, restart; pid file; 
logging). Built on a module by Sharon Rosner released to DZone Snippets.