RubyGems Navigation menu

mikehale-daemons 1.0.12.2

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:

3fe84c38ab1ac5214906a810607644378ca30531d47b99fc0e304d3e56b8ebd4

Total downloads 10,396

For this version 2,337

Licenses:

N/A

Required Ruby Version: >= 0

Links: