I normally place applications and scripts that run in the background in the /etc/rc.local startup script. I started writing a script for a capified rails app that basically copied the actions of the deploy:start method in the case of server reboot or crash. After writing several lines I began wondering if anyone has addressed this issue. I figure it's probably a bigger issue than I initially considered since people running apps across multiple systems would have a trickier time managing a disparate rc.local setup. Has anyone considered handling this through Capistrano? It would basically setup each machine (role) to start its server instances on boot.
John --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
