<div dir="ltr">I wrote an awesome perl plugin, and it works!<div><br></div><div>because of the awkward interface of the device which I am collecting statistics from, I fork and collect the data asynchronously, and hand them over to my read callback routine, which can return the data immediately. </div><div><br></div><div>Now, when I restart collectd, my forked process does not get killed but keeps on running. I would like it to die properly. for that reason I need to handle the signal properly that ends the parent process, for it to kill the child, too, before it exists. </div><div><br></div><div>What is the signal that kills the perl plugin process?</div><div><br></div><div>kind regards!</div></div>