summaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mount.c b/mount.c
index 7394fb90a8..4d05081d11 100644
--- a/mount.c
+++ b/mount.c
@@ -252,6 +252,8 @@ static int mount_add_one(Manager *m, const char *what, const char *where, bool l
if ((r = mount_add_path_links(MOUNT(u))) < 0)
goto fail;
+ unit_add_to_dbus_queue(u);
+
return 0;
fail: