Fix bt-service crash issue
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-wearable.service
index 8b15da9..092e58b 100644 (file)
@@ -1,15 +1,16 @@
 [Unit]
-Description=Bluetooth service
-After=dbus.socket dbus.service
-Requires=dbus.socket
+Description=Bluetooth framework
+After=dbus.service
 
 [Service]
-User=system
-Group=system
+User=network_fw
+Group=network_fw
+SmackProcessLabel=System
 Type=dbus
 BusName=org.projectx.bt
 ExecStart=/usr/bin/bt-service
 KillMode=process
+NotifyAccess=main
 
 [Install]
 WantedBy=multi-user.target