Modify the pid and gid of bt-service to network_fw
[platform/core/connectivity/bluetooth-frwk.git] / packaging / bluetooth-frwk-mobile-sprd.service
1 [Unit]
2 Description=Bluetooth framework
3 After=multi-user.target
4
5 [Service]
6 User=network_fw
7 Group=network_fw
8 SupplementaryGroups=priv_mediastorage priv_externalstorage
9 Type=dbus
10 BusName=org.projectx.bt
11 ExecStart=/usr/bin/bt-service
12 KillMode=process
13
14 [Install]
15 WantedBy=multi-user.target