summaryrefslogtreecommitdiff
path: root/mesh/bluetooth-mesh.service.in
blob: c8afbf53e9c32a87f90d0836e010f0fc6a58db2f (plain)
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