Method: Thin::Daemonizable::ClassMethods#restart

Defined in:
lib/thin/daemonizing.rb

#restart(pid_file) ⇒ Object

Restart the server by sending HUP signal.



105
106
107
# File 'lib/thin/daemonizing.rb', line 105

def restart(pid_file)
  send_signal('HUP', pid_file)
end