Пакет ruby-daemons: Информация

    Бинарный пакет: ruby-daemons
    Версия: 1.3.1-alt1
    Архитектура: noarch
    Собран:  1 сентября 2019 г. 22:59 в задании #231621
    Исходный пакет: ruby-daemons
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/thuehlinger/daemons

    Лицензия: MIT
    О пакете: A toolkit to create and control daemons in different ways
    Описание: 
    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.

    Сопровождающий: Ruby Maintainers Team


    Последнее изменение


    19 июля 2019 г. Pavel Skrylev 1.3.1-alt1
    - Bump to 1.3.1
    - Use Ruby Policy 2.0
    31 августа 2018 г. Andrey Cherepanov 1.2.6-alt1
    - New version.
    30 августа 2018 г. Andrey Cherepanov 1.1.0-alt1.2
    - Rebuild for new Ruby autorequirements.