Calls sd_notify(STOPPING=1) to ensure systemd's operation
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-mobile.service
index ddcb51c..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=network_fw
+Group=network_fw
+SmackProcessLabel=System
 Type=dbus
 BusName=org.projectx.bt
 ExecStart=/usr/bin/bt-service
 KillMode=process
-User=system
-Group=system
+NotifyAccess=main
 
 [Install]
 WantedBy=multi-user.target