class Utils::ProbeServer

def job_kill(signal)

def job_kill(signal)
  @pid and Process.kill signal, @pid
end