]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: dispatch load queue each time we set up a transient units
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Nov 2015 13:07:38 +0000 (14:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Nov 2015 16:32:49 +0000 (17:32 +0100)
commit97329d201064dcfb839a66e5933623f03d87eae6
tree30edb9b96b526c63401f0ee7fb3a07acd6f897c2
parent0f13f3bd7918b84955eaa0ceeea0f964877a93f7
core: dispatch load queue each time we set up a transient units

manager_load_unit() will dispatch the load queue anyway, but let's make
sure we also dispatch it immediately, after truning a unit into a
transient one and loading the properties from the message. That way the
know about the validity of the unit before we begin processing the next
auxiliary unit.
src/core/dbus-manager.c