diff options
-rw-r--r-- | src/core/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index fb08022ee0..f2e22f9562 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1435,6 +1435,7 @@ static int mount_setup_new_unit( return r; } + unit_add_to_load_queue(u); flags->is_mounted = true; flags->just_mounted = true; flags->just_changed = true; |