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