【发布时间】:2012-10-24 19:17:03
【问题描述】:
我有一个这样的 Procfile:
web: bundle exec unicorn -c config/unicorn.rb -E production
god: god -c services.god
但是foreman start god 没有开始……只是这样说:
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
如果我运行god -c services.god,所有服务都运行良好...
有什么想法吗?
谢谢
【问题讨论】:
标签: ruby ruby-on-rails-3 foreman god