From 74c964d369b11bbf465c140c3f2dfcde2c7f5977 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 27 Jun 2013 23:21:21 +0200 Subject: dbus: hookup runtime property changes for mouns, services, sockets, swaps too --- src/core/swap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/swap.c') diff --git a/src/core/swap.c b/src/core/swap.c index 0d4b4fa4f9..825503f3de 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -1363,6 +1363,8 @@ const UnitVTable swap_vtable = { .bus_interface = "org.freedesktop.systemd1.Swap", .bus_message_handler = bus_swap_message_handler, .bus_invalidating_properties = bus_swap_invalidating_properties, + .bus_set_property = bus_swap_set_property, + .bus_commit_properties = bus_swap_commit_properties, .following = swap_following, .following_set = swap_following_set, -- cgit v1.2.3-54-g00ecf