restart(pid)
Force the (rails) application to restart by sending a USR2 signal to the process.
# File railties/lib/commands/process/reaper.rb, line 26 def restart(pid) `kill -s USR2 #{pid}` end