Commit graph

2 commits

Author SHA1 Message Date
minskim
42148257b8 Update ruby-daemons to 1.0.4.
Changes since 1.0.2:
* Document the :log_output option.
* Set STDOUT.sync = true when redirecting to a logfile.
* Should now run also correctly when there is no working 'ps ax' on the
  system
* Set the app_name correctly also for the monitor process.
2007-02-04 00:05:28 +00:00
minskim
fcef39711d Import ruby-daemons-1.0.2.
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.  daemons can also
run and control blocks of Ruby code in a daemon process.
2006-10-14 05:51:18 +00:00