Blame tools/bluetooth-logger.service.in

Packit 34410b
[Unit]
Packit 34410b
Description=Bluetooth monitor logger
Packit 34410b
ConditionPathIsDirectory=/sys/class/bluetooth
Packit 34410b
Packit 34410b
[Service]
Packit 34410b
Type=simple
Packit 34410b
ExecStart=@pkglibexecdir@/btmon-logger -p -b /var/log/bluetooth/hci.log
Packit 34410b
NotifyAccess=main
Packit 34410b
CapabilityBoundingSet=CAP_NET_RAW
Packit 34410b
LimitNPROC=1
Packit 34410b
ProtectHome=true
Packit 34410b
ProtectSystem=full
Packit 34410b
PrivateTmp=true
Packit 34410b
PrivateDevices=true
Packit 34410b
Packit 34410b
[Install]
Packit 34410b
WantedBy=bluetooth.target