Registry / utility / servolux

servolux

JSON →
library0.13.0rbrubygemsunverified

Serv-O-Lux is a collection of Ruby classes that are useful for daemon and process management, and for writing your own Ruby services.

gem install servolux
INSTALL
IMPORT
SIG · SERVOLUX
S
servolux
utilityrubyv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Servolux
require 'servolux'

Create and start a simple daemon.

require 'servolux' class MyDaemon < Servolux::Daemon def run loop { sleep 1 } end end MyDaemon.new.start
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
servolux — gem install servolux · libregistry