Add support for dlog
[platform/upstream/connman.git] / test / set-proxy
index e8043db..b9da7b0 100755 (executable)
@@ -13,7 +13,7 @@ if (len(sys.argv) < 2):
        sys.exit(1)
 
 bus = dbus.SystemBus()
-path = "/profile/default/" + sys.argv[1]
+path = "/net/connman/service/" + sys.argv[1]
 service = dbus.Interface(bus.get_object('net.connman', path),
                                        'net.connman.Service')