Re: [systemd-devel] sub-processes handling question

2011-07-25 Thread Mirco Tischler
2011/7/25 Honza Horak : > Hi, > > I'm wondering how good systemd is in killing all sub-processes when a > service fails/ends (un)expectedly. Let's say a service forks several times > during its execution and the forked processes do some nasty work to detach > from parent process. Can we be sure tha

[systemd-devel] sub-processes handling question

2011-07-25 Thread Honza Horak
Hi, I'm wondering how good systemd is in killing all sub-processes when a service fails/ends (un)expectedly. Let's say a service forks several times during its execution and the forked processes do some nasty work to detach from parent process. Can we be sure that all processes will be interr