summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-26 10:57:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-26 10:57:42 +0100
commit4c10a569c112ffb3a646bc0e5353d190fef58e22 (patch)
treefd74c1177e94fd9a9692332c9ace4f4e39b6493b /test/monitor-services
parentabe0a8232bb8c92883bd4328becdbf60b7d54e55 (diff)
downloadconnman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.gz
connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.bz2
connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.zip
Change service name from org.moblin.connman to net.connman
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")