https://github.com/bryanl/simple-daemon
SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.
https://github.com/bryanl/simple-daemon
Last synced: about 1 year ago
JSON representation
SimpleDaemon is a lightweight daemon module for Ruby. Use it to add daemon functionality to your Ruby script.
- Host: GitHub
- URL: https://github.com/bryanl/simple-daemon
- Owner: bryanl
- License: mit
- Created: 2008-06-17T20:09:26.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2008-12-31T23:28:21.000Z (over 17 years ago)
- Last Synced: 2025-04-13T07:14:01.887Z (about 1 year ago)
- Language: Ruby
- Homepage: http://simple-daemon.rubyforge.org/
- Size: 169 KB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
= simple-daemon
== DESCRIPTION:
Simple 70-line daemon module for Ruby. Add daemon functionality to a Ruby class (start, stop, restart; pid file; logging). Built on a module by Sharon Rosner released to DZone Snippets.