Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Service Unicorn

ZeroC0D3 Team edited this page Jan 10, 2018 · 2 revisions

Unicorn Service

  • Running Unicorn
bundle exec unicorn -D -c [path_config_unicorn] -E [environment]
  • Stop Unicorn
ps aux | grep -i unicorn | awk {'print $2'} | sudo xargs kill -9
Clone this wiki locally