我有一個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
,所有服務運行良好...
任何想法?
感謝
...你什麼意思「兩個不同的監控系統」? –