Source: ruby-process-daemon Section: ruby Maintainer: Debian Ruby Team Uploaders: Manas kashyap Build-Depends: debhelper-compat (= 14), gem2deb, procps, rake, ruby-rainbow (>= 2.0), ruby-rspec, ruby-webrick (>= 1.7~), ruby-xmlrpc Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-process-daemon.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-process-daemon Homepage: https://github.com/ioquatix/process-daemon Testsuite: autopkgtest-pkg-ruby Package: ruby-process-daemon Architecture: all Multi-Arch: foreign Description: Defines the daemon functionality using a Ruby class This package provides common functionality like start, stop. It is a stable and helpful base class for long running tasks and daemons. . Provides standard `start`, `stop`, `restart`, `status` operations.