1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

switchtower: restart uses process/reaper, not "process reaper"

git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-10-18 17:31:52 +00:00
parent baabba800e
commit ed079a86d1

View file

@ -93,7 +93,7 @@ end
desc "Restart the FCGI processes on the app server."
task :restart, :roles => :app do
sudo "#{current_path}/script/process reaper"
sudo "#{current_path}/script/process/reaper"
end
set :migrate_target, :current