]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: propagate service state to socket in more load states 14527/head
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Jan 2020 10:51:40 +0000 (11:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Jan 2020 10:53:26 +0000 (11:53 +0100)
commit4c2ef3276735ad9f7fccf33f5bdcbe7d8751e7ec
tree71f96a8dcd2ab677a68dd375ebd28b80fceb406f
parent19212f27816686a5cac2c965301cea8624ac467f
core: propagate service state to socket in more load states

It makes sense to filter state changes for some load states that
shouldn't happen, but the common cases should be accepted, because they
might happen during runtime when "systemctl daemon-reload" is issued and
unit files changed state in between. Otherwise we lose events.

Fixes: #4708
src/core/socket.c