An open API service indexing awesome lists of open source software.

https://github.com/bryanl/simple-daemon

SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.
https://github.com/bryanl/simple-daemon

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

= 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.