Registry / cli / process-daemon

process-daemon

JSON →
library1.0.1rbrubygemsunverified

Process::Daemon is a stable and helpful base class for long running tasks and daemons. Provides standard start, stop, restart, status operations.

gem install process-daemon
INSTALL
IMPORT
SIG · PROCESS-DAEMON
P
process-daemon
clirubyv1.0.1
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.

Process::Daemon
require 'process/daemon'

Create a simple daemon that runs in the background with lifecycle management.

require 'process/daemon' class MyDaemon < Process::Daemon def startup # initialization code end def run loop { sleep 1 } end end MyDaemon.daemonize
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
process-daemon — gem install process-daemon · libregistry