property: service type change to dbus (specify busname) [1/1]

PD#TV-148756

Problem:
systemd After= only start the process, but not guarantee the dbus name
is requested

Solution:
specify BusName= (which implicitly make the service Type=dbus)

Verify:
local

Change-Id: I54d1df2fa46dc20cb73bbda629fb1ff99dbda6a4
Signed-off-by: Daogao Xu <daogao.xu@amlogic.com>
diff --git a/aml_property_server/dbus/propertyserver.service b/aml_property_server/dbus/propertyserver.service
index 1245eb5..74e59f4 100644
--- a/aml_property_server/dbus/propertyserver.service
+++ b/aml_property_server/dbus/propertyserver.service
@@ -5,6 +5,7 @@
 [Service]
 ExecStart=/usr/bin/propertyserver
 Restart=always
+BusName=amlogic.yocto.Property1
 
 [Install]
 WantedBy=multi-user.target