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

Methods

Public Instance methods

Send a QUIT or INT (if timeout is +0+) 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]