]> git.proxmox.com Git - systemd.git/blobdiff - src/core/dbus-manager.c
Imported Upstream version 231
[systemd.git] / src / core / dbus-manager.c
index 86722e116229588b36af7384334b533eb2c352d1..d05968bd651e074ccbbebbc2daed49251d10fe80 100644 (file)
@@ -781,6 +781,7 @@ static int transient_unit_from_message(
                 return r;
 
         /* Now load the missing bits of the unit we just created */
+        unit_add_to_load_queue(u);
         manager_dispatch_load_queue(m);
 
         *unit = u;