Package gem-daemons-doc: Information

  • Default inline alert: Version in the repository: 1.4.1-alt1

Binary package: gem-daemons-doc
Version: 1.4.0-alt1
Architecture: noarch
Build time:  Oct 7, 2021, 07:44 PM in the task #252865
Source package: gem-daemons
Report package bug
License: MIT
Summary: A toolkit to create and control daemons in different ways documentation files
Description: 
A toolkit to create and control daemons in different ways documentation
files.

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.



Last changed


July 17, 2021 Pavel Skrylev 1.4.0-alt1
- ^ 1.3.1 -> 1.4.0
July 19, 2019 Pavel Skrylev 1.3.1-alt1
- ^ 1.2.6 -> 1.3.1
- > Ruby Policy 2.0
Aug. 31, 2018 Andrey Cherepanov 1.2.6-alt1
- New version.