unicorn の起動コマンド

bundle exec unicorn_rails -c config/unicorn.rb -E development -D

-c: コンフィグファイルのパスを指定する。

-E: Rails の環境を指定する。この場合は development 環境となる。

-D: バックグラウンドで実行する。