1
2
3
4
task :start_popper, :roles => :app do
  set :use_sudo, false
  send(run_method, "RAILS_ENV='production' #{current_path}/lib/daemons/popper_ctl start")
end