MonoForge

bryanl / simple-daemon

simple-daemon

Public

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

19 filesupdated Jun 18, 2026

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.