I can't figure out where the the mongrel_rails process is getting started on an Amazon EC2 box. I am launching this instance:
Ruby on Rails Web Starter (AMI Id: ami-bf3968fa)
I think there is a non standard script getting run:
/home/webuser/helloworld/restart.sh
but I don't see any way that it is getting hit from rc3.d or rc5.d since there is no link to that script anywhere in those directories. I can't find any instance of any call to that script in /etc at all. Where is heck is that process getting started?