summaryrefslogtreecommitdiff
path: root/src/core/mount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-27 23:21:21 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-27 23:21:21 +0200
commit74c964d369b11bbf465c140c3f2dfcde2c7f5977 (patch)
tree7d4cfc98a04c2d9a0170626fd8bb3b4c40439447 /src/core/mount.c
parent7041efe9600e569da6089c36d00fa3ff58e33178 (diff)
dbus: hookup runtime property changes for mouns, services, sockets, swaps too
Diffstat (limited to 'src/core/mount.c')
-rw-r--r--src/core/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.c b/src/core/mount.c
index c71d51bfa4..c1af903b12 100644
--- a/src/core/mount.c
+++ b/src/core/mount.c
@@ -1916,6 +1916,8 @@ const UnitVTable mount_vtable = {
.bus_interface = "org.freedesktop.systemd1.Mount",
.bus_message_handler = bus_mount_message_handler,
.bus_invalidating_properties = bus_mount_invalidating_properties,
+ .bus_set_property = bus_mount_set_property,
+ .bus_commit_properties = bus_mount_commit_properties,
.enumerate = mount_enumerate,
.shutdown = mount_shutdown,