Wed, 26 Jun 2024 18:19:25 UTC | login

Information for RPM rubygem-daemons-1.1.9-17.fc37.noarch.rpm

ID790170
Namerubygem-daemons
Version1.1.9
Release17.fc37
Epoch
Archnoarch
SummaryA toolkit to create and control daemons in different ways
DescriptionDaemons 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.
Build Time2022-07-23 01:44:50 GMT
Size37.05 KB
c1ff54f720e25389cba5d534ef07274d
LicenseMIT and (GPLv2+ or Ruby)
Provides
rubygem(daemons) = 1.1.9
rubygem(daemons) = 1.1.9
rubygem-daemons = 1.1.9-17.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
/usr/bin/ruby
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
ruby(release)
ruby(rubygems)
ruby(rubygems)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 47 of 47
Name ascending sort Size
/usr/share/gems/gems/daemons-1.1.90.00 B
/usr/share/gems/gems/daemons-1.1.9/LICENSE1.04 KB
/usr/share/gems/gems/daemons-1.1.9/Rakefile2.36 KB
/usr/share/gems/gems/daemons-1.1.9/examples0.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/call0.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/call/call.rb1.19 KB
/usr/share/gems/gems/daemons-1.1.9/examples/call/call_monitor.rb1.15 KB
/usr/share/gems/gems/daemons-1.1.9/examples/daemonize0.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/daemonize/daemonize.rb426.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run0.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_crash.rb376.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_exec.rb340.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_exit.rb331.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_hanging.rb487.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_keep_pid_files.rb349.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_monitor.rb351.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_multiple.rb343.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_normal.rb298.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_ontop.rb340.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_optionparser.rb966.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_proc.rb549.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_proc_multiple.rb395.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_proc_rand.rb580.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_proc_simple.rb351.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/ctrl_slowstop.rb426.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/myserver.rb289.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/myserver_crashing.rb366.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/myserver_exiting.rb131.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/myserver_hanging.rb382.00 B
/usr/share/gems/gems/daemons-1.1.9/examples/run/myserver_slowstop.rb395.00 B
/usr/share/gems/gems/daemons-1.1.9/lib0.00 B
/usr/share/gems/gems/daemons-1.1.9/lib/daemons0.00 B
/usr/share/gems/gems/daemons-1.1.9/lib/daemons.rb13.02 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/application.rb12.92 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/application_group.rb4.42 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/change_privilege.rb583.00 B
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/cmdline.rb3.16 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/controller.rb3.50 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/daemonize.rb3.93 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/etc_extension.rb212.00 B
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/exceptions.rb372.00 B
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/monitor.rb2.99 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/pid.rb2.66 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/pidfile.rb3.17 KB
/usr/share/gems/gems/daemons-1.1.9/lib/daemons/pidmem.rb288.00 B
/usr/share/gems/gems/daemons-1.1.9/setup.rb28.57 KB
/usr/share/gems/specifications/daemons-1.1.9.gemspec1.29 KB
Component of
1 through 1 of 1
Buildroot descending sort Created State
f37-build-673258-75578 2022-11-11 14:34:35 expired