]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: don't send out dbus change notifications spuriously on SIGCHLD
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jan 2018 12:05:07 +0000 (13:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jan 2018 20:22:50 +0000 (21:22 +0100)
commit5cdabc8d7bf9831f4b3815c82f4e5b1ee3f2960b
tree5b1db7e5caddfd112059a7f1f48d829119f3953f
parent2ca9d97943ad3a7308597645075cfa1c2fb4543c
service: don't send out dbus change notifications spuriously on SIGCHLD

Let's send them out only if the main or control processe exited and we
recorded a new exit status that is worth reporting. But if any other
service process died this is nothing to report since we don't expose any
properties about that anyway.
src/core/service.c