diff options
Diffstat (limited to 'ruby/rubygem-daemons/README')
-rw-r--r-- | ruby/rubygem-daemons/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/rubygem-daemons/README b/ruby/rubygem-daemons/README new file mode 100644 index 000000000000..bc090165ba3f --- /dev/null +++ b/ruby/rubygem-daemons/README @@ -0,0 +1,7 @@ +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. You can also call blocks as daemons and control +them from the parent or just daemonize the current process. 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. |