class Servolux::Daemon

def kill( signal = 'INT' )

Returns:
  • (Daemon) - self

Parameters:
  • signal (String, Integer) -- The kill signal to send to the daemon
def kill( signal = 'INT' )
  pid_file.kill signal
end