andrewtimberlake / simple-daemon forked from bryanl/simple-daemon
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
bryan (author)
Tue Jun 17 13:27:29 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | Wed Sep 19 10:41:11 -0700 2007 | |
| |
License.txt | Sun Jul 08 20:03:22 -0700 2007 | |
| |
Manifest.txt | Sat Jul 07 11:08:56 -0700 2007 | |
| |
README.txt | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
scripts/ | Sat Jul 07 11:08:56 -0700 2007 | |
| |
setup.rb | Sat Jul 07 11:08:56 -0700 2007 | |
| |
spec/ | Sun Jul 08 20:03:22 -0700 2007 | |
| |
website/ | Wed Sep 19 10:41:11 -0700 2007 |
README.txt
README for simple-daemon ======================== 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.

