mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
bc157ca62b
commit
9369c1ccf4
2 changed files with 1 additions and 5 deletions
|
@ -23238,8 +23238,6 @@ manages all the Bluetooth devices and provides a number of D-Bus
|
||||||
interfaces. When AUTO-ENABLE? is true, the bluetooth controller is
|
interfaces. When AUTO-ENABLE? is true, the bluetooth controller is
|
||||||
powered automatically at boot, which can be useful when using a
|
powered automatically at boot, which can be useful when using a
|
||||||
bluetooth keyboard or mouse.
|
bluetooth keyboard or mouse.
|
||||||
|
|
||||||
Users need to be in the @code{lp} group to access the D-Bus service.
|
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Variable} bluetooth-service-type
|
@deffn {Scheme Variable} bluetooth-service-type
|
||||||
|
|
|
@ -838,9 +838,7 @@ (define* (bluetooth-service #:key (bluez bluez) (auto-enable? #f))
|
||||||
"Return a service that runs the @command{bluetoothd} daemon, which manages
|
"Return a service that runs the @command{bluetoothd} daemon, which manages
|
||||||
all the Bluetooth devices and provides a number of D-Bus interfaces. When
|
all the Bluetooth devices and provides a number of D-Bus interfaces. When
|
||||||
AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
|
AUTO-ENABLE? is true, the bluetooth controller is powered automatically at
|
||||||
boot.
|
boot, which can be useful when using a bluetooth keyboard or mouse.
|
||||||
|
|
||||||
Users need to be in the @code{lp} group to access the D-Bus service.
|
|
||||||
"
|
"
|
||||||
(service bluetooth-service-type
|
(service bluetooth-service-type
|
||||||
(bluetooth-configuration
|
(bluetooth-configuration
|
||||||
|
|
Loading…
Reference in a new issue