Sha256: d02b2a08a6047086281b28f0ea5031c6475cf6a5bbe165f83438068ad3fe8d1d
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fingercap-0.4.5 | lib/fingercap/recipes/passenger.rb |