Skip to content

Instantly share code, notes, and snippets.

@takuya-i
Last active January 26, 2016 16:44
Show Gist options
  • Save takuya-i/5c0b0f847947dfb09f5f to your computer and use it in GitHub Desktop.
Save takuya-i/5c0b0f847947dfb09f5f to your computer and use it in GitHub Desktop.
Unicorn 起動コマンドメモ ref: http://qiita.com/takuya-i/items/8582cc0af7ed9930dfbd
kill -KILL `cat tmp/unicorn.pid`
unicorn -E production -c config/unicorn.rb -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment