ombwa / simple-daemon forked from bryanl/simple-daemon
- Source
- Commits
- Network (7)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit b06ba9eb8c899d0584e201c2cb1726085d8b4a50
tree 48883a3f52a15f76c7afa66b32f61baabcf81bb9
parent 53e086b52050ce175887c99b91d513e5a02e16e9
tree 48883a3f52a15f76c7afa66b32f61baabcf81bb9
parent 53e086b52050ce175887c99b91d513e5a02e16e9
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | Sat Jul 07 11:08:56 -0700 2007 | |
| |
README.txt | ||
| |
Rakefile | Tue Dec 23 10:10:01 -0800 2008 | |
| |
lib/ | ||
| |
scripts/ | Sat Jul 07 11:08:56 -0700 2007 | |
| |
setup.rb | Sat Jul 07 11:08:56 -0700 2007 | |
| |
simple-daemon.gemspec | Tue Dec 23 12:45:48 -0800 2008 | |
| |
spec/ | ||
| |
website/ |
README.txt
= 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.

