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