次のような 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
と、すべてのサービスが正常に実行されます...
アイデアはありますか?
ありがとう