I'm running into the same issue with my daemon. No idea why it fails,
but I found a workaround.
Here's the original line from my god config:
w.start = "/path/to/my/app/bin/my_app.rb start"
Here's the line that works:
w.start = "cd /path/to/my/app; bin/my_app.rb start"
Weird... But at least this seems to be working.
-Mirko
On Oct 12, 8:50 am, Josh <
josh.m.sha...@gmail.com> wrote:
> In a nutshell, god repeatedly tries to start my daemon and fails
> "start command exited with non-zero code = 1", however if I copy/paste
> that command and run it w/ sudo it gets started just fine, god even
> recognizes that the new process is running.
>
>
http://www.pastie.org/651594for details.