andrewtimberlake / 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

name age message
file .gitignore Loading commit data...
file History.txt Wed Sep 19 10:41:11 -0700 2007 0.1.2 update git-svn-id: svn://rubyforge.org/v... [jonhdahl]
file License.txt Sun Jul 08 20:03:22 -0700 2007 added logging, cleaned up website, other cleanu... [jonhdahl]
file Manifest.txt Sat Jul 07 11:08:56 -0700 2007 initial repository git-svn-id: svn://rubyforge... [jonhdahl]
file README.txt
file Rakefile
directory lib/
directory scripts/ Sat Jul 07 11:08:56 -0700 2007 initial repository git-svn-id: svn://rubyforge... [jonhdahl]
file setup.rb Sat Jul 07 11:08:56 -0700 2007 initial repository git-svn-id: svn://rubyforge... [jonhdahl]
directory spec/ Sun Jul 08 20:03:22 -0700 2007 added logging, cleaned up website, other cleanu... [jonhdahl]
directory website/ Wed Sep 19 10:41:11 -0700 2007 0.1.2 update git-svn-id: svn://rubyforge.org/v... [jonhdahl]
README.txt
README for simple-daemon
========================

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.