Change well-known name: org.myname -> org.tizen.myname 37/241437/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 20 Aug 2020 07:08:33 +0000 (16:08 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 20 Aug 2020 07:08:33 +0000 (16:08 +0900)
Change-Id: I3d00c191d0bd04b904783e47c70f81d4ef5db85d

src/systemd-user-helper/systemd-user-helper.c
systemd-user-helper.service

index 4200614a42925f5dbcdcbe4d72f8ac77a6c4c574..9bca4b4fdc94b361acd5487f3af21107d1daf2d7 100644 (file)
@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
                return -1;
        }
 
-       id = g_bus_own_name_on_connection(conn, "org.myname", G_BUS_NAME_OWNER_FLAGS_NONE,
+       id = g_bus_own_name_on_connection(conn, "org.tizen.myname", G_BUS_NAME_OWNER_FLAGS_NONE,
                                                                          name_acquire, name_lost, NULL, NULL);
 
        if (id == 0) {
index 41546c020569998b728c1600c65e06760ef296df..a587f45edecca95a0a9c08186eaef230051505cc 100644 (file)
@@ -4,6 +4,6 @@ Description=systemd user helper
 [Service]
 SmackProcessLabel=System
 Type=dbus
-BusName=org.myname
+BusName=org.tizen.myname
 ExecStart=/usr/bin/systemd-user-helper
 NotifyAccess=main