bluetooth.service 437 B

1234567891011121314151617181920
  1. [Unit]
  2. Description=Bluetooth service
  3. Documentation=man:bluetoothd(8)
  4. ConditionPathIsDirectory=/sys/class/bluetooth
  5. [Service]
  6. Type=dbus
  7. BusName=org.bluez
  8. ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=input
  9. NotifyAccess=main
  10. #WatchdogSec=10
  11. #Restart=on-failure
  12. CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
  13. LimitNPROC=1
  14. ProtectHome=true
  15. ProtectSystem=full
  16. [Install]
  17. WantedBy=bluetooth.target
  18. Alias=dbus-org.bluez.service