slackbuilds/ruby/rubygem-daemons
B. Watson b10a39279e ruby/rubygem-daemons: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:01 -04:00
..
README ruby/rubygem-daemons: Wrap README at 72 columns. 2022-03-17 12:38:01 -04:00
rubygem-daemons.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
rubygem-daemons.info ruby/rubygem-daemons: Added (Ruby daemons). 2017-12-02 06:30:56 +07:00
slack-desc ruby/rubygem-daemons: Added (Ruby daemons). 2017-12-02 06:30:56 +07:00

README

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.