I am using deploying a Ruby on Rails app to a Linode VPS using Capistrano. I am using Unicorn as the application server and Nginx as the proxy. My problem is that I am not able
Unicorn process is running in background(-d), type
ps aux | grep unicorn
and kill running unicorn process then start once again.