|
From: <li...@ba...> - 2007-04-15 20:36:28
|
Hi! Jake Briggs "ja...@co..." wrote: [...] > then lircd is already running. You could kill it with : > > kill -9 20076 Don't use SIGKILL on daemon processes. This is asking for trouble. Use the init script to stop the service or send it a SIGTERM signal instead. Christoph |