I have a Procfile like this:
web: bundle exec unicorn -c config/unicorn.rb -E production
god: god -c services.god
but foreman start god
doesn't start...it's just say this:
17:14:32 god.1 | started with pid 29506
17:14:32 god.1 | exited with code 0
17:14:32 system | sending SIGTERM to all processes
SIGTERM received
if I run god -c services.god
, all services run fine...
Any ideas?
Thanks