Remove wrong dependency in the systemd service file
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-tv.service
index c8e953e..5f09436 100644 (file)
@@ -1,15 +1,16 @@
 [Unit]
-Description=Bluetooth service
-After=multi-user.target
+Description=Bluetooth framework
+After=bluetooth.service
 
 [Service]
-User=owner
-Group=users
+User=network_fw
+Group=network_fw
+SmackProcessLabel=System
+SupplementaryGroups=priv_mediastorage priv_externalstorage
 Type=dbus
 BusName=org.projectx.bt
 ExecStart=/usr/bin/bt-service
 KillMode=process
-Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5001/dbus/user_bus_socket
 
 [Install]
-WantedBy=starter.target
+WantedBy=multi-user.target