bluez/mesh/bluetooth-mesh.service.in
Inga Stotland 5bcce2ce59 build: Add support for systemd bluetooth-mesh service
This adds support for installing systemd bluetooth-mesh service unit
and D-Bus service file that references this systemd unit.
2019-06-06 11:58:22 -07:00

19 lines
345 B
SYSTEMD

[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