static public Method

Killer.usr1(pid)

Send a +USR1+ signal to the process.

Source Code

# File commands/process/reaper.rb, line 43
def usr1(pid)
  `kill -s USR1 #{pid}`
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.