summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-services')
-rwxr-xr-xtest/monitor-services4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monitor-services b/test/monitor-services
index 2f81c710..e4fe3284 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -49,8 +49,8 @@ if __name__ == '__main__':
bus = dbus.SystemBus()
bus.add_signal_receiver(property_changed,
- bus_name="org.moblin.connman",
- dbus_interface="org.moblin.connman.Service",
+ bus_name="net.connman",
+ dbus_interface="net.connman.Service",
signal_name = "PropertyChanged",
path_keyword="path")