On Mon, Oct 13, 2014 at 02:48:14PM +0200, Lothar Gesslein wrote: > > Just to make sure that I'm crystal clear however, let me ask: When you > > say "terminated" what you are actually implying is just that the policy > > server process receives EOF on stdin, correct? > > AFAIK normal unix process signaling is used, even down to SIGKILL (aka > kill -9) if the process is not responding. It will also take care of all > child processes that might have been spawned by the policy server process.
Actually it is typically EOF, no signals required. -- Viktor.