Fix BT enable issue on XU3 TV profile
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-mobile-sprd.service
index b24b1bb..6113d1d 100644 (file)
@@ -1,11 +1,18 @@
 [Unit]
-Description=Bluetooth service
+Description=Bluetooth framework
+After=wifi-ready.service
 
 [Service]
+User=network_fw
+Group=network_fw
+SmackProcessLabel=System
+SupplementaryGroups=priv_mediastorage priv_externalstorage
 Type=dbus
 BusName=org.projectx.bt
+ExecStartPre=/bin/sleep 2
 ExecStart=/usr/bin/bt-service
 KillMode=process
+NotifyAccess=main
 
 [Install]
-WantedBy=default.target
+WantedBy=multi-user.target