ombwa / simple-daemon forked from bryanl/simple-daemon

SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.

This URL has Read+Write access

thewoolleyman (author)
Tue Dec 23 12:45:48 -0800 2008
commit  b06ba9eb8c899d0584e201c2cb1726085d8b4a50
tree    48883a3f52a15f76c7afa66b32f61baabcf81bb9
parent  53e086b52050ce175887c99b91d513e5a02e16e9
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.