This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Thu Apr 10 03:28:01 -0700 2008 | [dougal] |
| |
generators/ | Thu Apr 10 03:28:01 -0700 2008 | [dougal] |
| |
install.rb | Thu Apr 10 03:28:01 -0700 2008 | [dougal] |
README
Daemon Generator ================ To get yourself rolling: > sudo gem install daemons > ./script/generate daemon <name> Then insert your code in the lib/daemons/<name>.rb stub. All pid's and logs will live in the normal log/ folder. This helps to make things Capistrano friendly. Individual control script: > ./lib/daemons/<name>_ctl [start|stop|restart] App-wide control script (I add this to my capistrano recipe's after_restart task): > ./script/daemons [start|stop|restart]




