Module Thin::Daemonizable::ClassMethods
In: lib/thin/daemonizing.rb

Methods

kill   restart   send_signal  

Public Instance methods

Send a QUIT signal the process which PID is stored in pid_file. If the process is still running after timeout, KILL signal is sent.

Restart the server by sending HUP signal.

Send a signal to the process which PID is stored in pid_file.

[Validate]