bluetooth-logger.service.in 359 B

1234567891011121314151617
  1. [Unit]
  2. Description=Bluetooth monitor logger
  3. ConditionPathIsDirectory=/sys/class/bluetooth
  4. [Service]
  5. Type=simple
  6. ExecStart=@pkglibexecdir@/btmon-logger -p -b /var/log/bluetooth/hci.log
  7. NotifyAccess=main
  8. CapabilityBoundingSet=CAP_NET_RAW
  9. LimitNPROC=1
  10. ProtectHome=true
  11. ProtectSystem=full
  12. PrivateTmp=true
  13. PrivateDevices=true
  14. [Install]
  15. WantedBy=bluetooth.target