2007-04-27 21:45:07 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update ruby-daemons to 1.0.5.
Changes:
* Applied patch that causes daemons to use '/var/log' as logfile
directory if you use :dir_mode = :system (thanks to Han Holl).
* Daemons should now work with Ruby 1.9 (at least the basic features).
|
2007-02-04 01:05:28 by Min Sik Kim | Files touched by this commit (2) |
Log message:
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.
|
2006-10-14 07:51:18 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
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.
|