Add the service file for bt-core
[platform/core/connectivity/bluetooth-frwk.git] / bt-core / bluetooth-frwk-core.service
1 [Unit]
2 Description=Bluetooth framework Core
3 After=multi-user.target
4
5 [Service]
6 User=network_fw
7 Group=network_fw
8 SmackProcessLabel=System
9 SupplementaryGroups=priv_mediastorage priv_externalstorage dialout
10 Type=dbus
11 BusName=org.projectx.bt_core
12 ExecStart=/usr/bin/bt-core
13 KillMode=process
14
15 [Install]
16 WantedBy=multi-user.target