Capistrano::Configuration.instance(:must_exist).load do namespace :passenger do desc "Restart the Passenger application process." task :restart do sudo "touch #{current_path}/tmp/restart.txt" end end end