From 70758f367872cd93b74adab79b047b714f98d23f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 8 Nov 2020 01:57:24 +0300 Subject: [PATCH] Update bluetooth_hid.md --- pages/bluetooth_hid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bluetooth_hid.md b/pages/bluetooth_hid.md index 2906c92..8be0e6f 100644 --- a/pages/bluetooth_hid.md +++ b/pages/bluetooth_hid.md @@ -38,7 +38,7 @@ since it will be used by Bluetooth. Also, Bluetooth operation was tested only on 5. Override `kvmd` service: ``` # mkdir /etc/systemd/system/kvmd.service.d - # cat << EOF > /etc/systemd/system/bluetooth.service.d/override.conf + # cat << EOF > /etc/systemd/system/kvmd.service.d/override.conf [Service] AmbientCapabilities=CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_ADMIN CAP_SETUID CAP_SETGID CAP_CHOWN CapabilityBoundingSet=CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_ADMIN CAP_SETUID CAP_SETGID CAP_CHOWN