7f7c4a1ee8d025ab6202855026704ac0be8fdc5e
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluez-start.service
1 [Unit]
2 Description=Bluetooth service (Bluez)
3 Documentation=man:bluetoothd(8)
4
5 [Service]
6 User=network_fw
7 Group=network_fw
8 Type=dbus
9 BusName=org.bluez
10 ExecStart=/usr/libexec/bluetooth/bluetoothd -d -C
11 Capabilities=cap_net_admin,cap_net_raw,cap_net_bind_service,cap_dac_override=i
12 SecureBits=keep-caps
13 SmackProcessLabel=System
14 KillMode=process
15
16 [Install]
17 WantedBy=multi-user.target