forked from he9lin/daemon_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
"Forked" to another gem
mirasrael/daemon_generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I'm not supporting anymore this fork. I created another gem for Rails 3 with generators, rakes & monitoring manager (accessiable from Rails application): https://github.com/mirasrael/daemons-rails 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]
About
"Forked" to another gem
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%