diff options
author | Ivan Vilata i Balaguer <ivan@selidor.net> | 2022-12-12 20:27:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-26 00:48:05 +0100 |
commit | 9369c1ccf47d9bf6f2e28a9454c1c329a2044f19 (patch) | |
tree | c22d297ff50091315a8c166200ecbdb51621c099 /gnu/services | |
parent | bc157ca62b75b7e7563ca9d1c4de89489d79deb8 (diff) | |
download | guix-9369c1ccf47d9bf6f2e28a9454c1c329a2044f19.tar.gz |
gnu: services: Fix bluetooth-service docstring.
* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info, remove mention to group not really needed to access D-Bus service. * doc/guix.texi (Desktop Services): Also remove mention to group here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/desktop.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index ac29e8d38a..9fd77642a1 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -838,9 +838,7 @@ Bluetooth devices and provides a number of D-Bus interfaces."))) "Return a service that runs the @command{bluetoothd} daemon, which manages all the Bluetooth devices and provides a number of D-Bus interfaces. When AUTO-ENABLE? is true, the bluetooth controller is powered automatically at -boot. - -Users need to be in the @code{lp} group to access the D-Bus service. +boot, which can be useful when using a bluetooth keyboard or mouse. " (service bluetooth-service-type (bluetooth-configuration |