Blob: bluetooth-mesh.service.in

Blob id: 899ef107b85bc8836367649337fe99ffe7fe4311

Size: 345 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Bluetooth mesh service
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez.mesh
ExecStart=@PKGLIBEXECDIR@/bluetooth-meshd
NotifyAccess=main
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.mesh.service