bluetooth-mesh.service.in 345 B

123456789101112131415161718
  1. [Unit]
  2. Description=Bluetooth mesh service
  3. ConditionPathIsDirectory=/sys/class/bluetooth
  4. [Service]
  5. Type=dbus
  6. BusName=org.bluez.mesh
  7. ExecStart=@pkglibexecdir@/bluetooth-meshd
  8. NotifyAccess=main
  9. LimitNPROC=1
  10. ProtectHome=true
  11. ProtectSystem=full
  12. Restart=on-failure
  13. RestartSec=5s
  14. [Install]
  15. WantedBy=bluetooth.target
  16. Alias=dbus-org.bluez.mesh.service