Re: [systemd-devel] [PATCH] Prevent daemon-reload from reaping service processes.

2012-02-02 Thread Lennart Poettering
On Thu, 02.02.12 17:32, Chris Paulson-Ellis (ch...@edesix.com) wrote: > The reaping of generator processes run as part of a daemon-reload should not > call waitid(PID_ALL). The waitid() call in execute_directory() is intended > only > to reap the executed processes, but if a service process exits

[systemd-devel] [PATCH] Prevent daemon-reload from reaping service processes.

2012-02-02 Thread Chris Paulson-Ellis
The reaping of generator processes run as part of a daemon-reload should not call waitid(PID_ALL). The waitid() call in execute_directory() is intended only to reap the executed processes, but if a service process exits at about the same time as a daemon-reload, then that service process is reaped