diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:11:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:56 +0700 |
commit | 8b2393af150630abf9134ffe94b6effd7af867fe (patch) | |
tree | d0cf621ed9e5b29ee21aacc84383788574196bb1 /ruby/rubygem-daemons/README | |
parent | ddc9d5182558cc5422fc04bb927717262523888a (diff) | |
download | slackbuilds-8b2393af150630abf9134ffe94b6effd7af867fe.tar.gz |
ruby/rubygem-daemons: Added (Ruby daemons).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..bc090165ba --- /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. |