module Luban::Deployment::Applications::Rack::WebServers::Thin

Public Instance Methods

phased_restart_command() click to toggle source
# File lib/luban/deployment/applications/rack/web_servers/thin.rb, line 162
def phased_restart_command
  @phased_restart_command ||= bundle_command("#{thin_command} restart --onebyone")
end
restart_command() click to toggle source
# File lib/luban/deployment/applications/rack/web_servers/thin.rb, line 158
def restart_command
  @restart_command ||= bundle_command("#{thin_command} restart")
end