Hello,
I'm having a problem with god trying to watch a non-daemon process that is started by "bundle exec".
God starts the process just fine, as seen by ps:
6856 ? Ss 0:00 sh -c bundle exec rake resque:scheduler >> /home/rails/project_a/shared/log/scheduler.log 2>&1
6860 ? Sl 0:23 ruby /home/rails/project_a/shared/bundle/ruby/1.9.1/bin/rake resque:scheduler
The problem is that god is monitoring the first process (6856), so that a "god stop" or "god restart" nukes the first process, but the second one remains.
Any ideas? Thanks for the help.