Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.
http://simple-daemon.rubyforge.org/
Permalink
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
lib |
|
|
![]() |
scripts |
|
|
![]() |
spec |
|
|
![]() |
website |
|
|
![]() |
.gitignore |
|
|
![]() |
History.txt |
|
|
![]() |
License.txt |
|
|
![]() |
Manifest.txt |
|
|
![]() |
README.txt |
|
|
![]() |
Rakefile |
|
|
![]() |
setup.rb |
|
|
![]() |
simple-daemon.gemspec |
|
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.