Sha256: 7f43c55fe0361ef45f1387d019405f31c6f035a53ed45f092d1f042cf5158393
Contents?: true
Size: 229 Bytes
Versions: 11
Compression:
Stored size: 229 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do namespace :passenger do desc "Restart the Passenger application process." task :restart do try_sudo "touch #{current_path}/tmp/restart.txt" end end end
Version data entries
11 entries across 11 versions & 1 rubygems