mesh: Add support for meshd to use RAW channel
[platform/upstream/bluez.git] / mesh / bluetooth-mesh.service.in
1 [Unit]
2 Description=Bluetooth mesh service
3
4 [Service]
5 User=network_fw
6 Group=network_fw
7 Type=dbus
8 BusName=org.bluez.mesh
9 ExecStart=@pkglibexecdir@/bluetooth-meshd --nodetach --debug --use_raw
10 Capabilities=cap_net_admin,cap_net_bind_service,cap_dac_override=eip
11 SecureBits=keep-caps
12 SmackProcessLabel=System
13 KillMode=process
14 NotifyAccess=main
15
16 [Install]
17 Alias=dbus-org.bluez.mesh.service