RubyGems Navigation menu

mikehale-daemons 1.0.12.4

This is Daemons 1.0.10 with the addition of Chris Kline's fix from http://blog.rapleaf.com/dev/?p=19 Includes ability to change the process uid/gid. Also logdir can be specified seperate from piddir. Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash. Daemons includes the daemonize.rb script written by Travis Whitton to do the daemonization process.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.12.4 - August 11, 2014 (23.5 KB)
  2. 1.0.12.3 - August 11, 2014 (23.5 KB)
  3. 1.0.12.2 - August 11, 2014 (23.5 KB)
  4. 1.0.12.1 - August 11, 2014 (23.5 KB)

Authors:

  • Michael Hale, Thomas Uehlinger, Travis Whitton, Chris Kline

SHA 256 checksum:

c081eba140a56969f637dc25fef333d56e9c7a8b7baa36ce0c051ef9f1aa157f

Total downloads 10,363

For this version 3,286

Licenses:

N/A

Required Ruby Version: >= 0

Links: