From c4e2ceae941d02de5574becbfd3b4db15de2eda3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2010 02:26:05 +0200 Subject: dbus: follow standardized fdo PropertiesChanged signal spec --- src/path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index 9af1cd4c2..42c64f3eb 100644 --- a/src/path.c +++ b/src/path.c @@ -607,5 +607,6 @@ const UnitVTable path_vtable = { .reset_maintenance = path_reset_maintenance, + .bus_interface = "org.freedesktop.systemd1.Path", .bus_message_handler = bus_path_message_handler }; -- cgit v1.2.3