summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-06-15 23:14:01 +0800
committer宋文武 <iyzsong@gmail.com>2016-06-18 09:53:14 +0800
commit922e21f43646e73545940bff5b508956f5ad5d48 (patch)
tree84cf0d200389f217ddfdadb5cb0cfaf15adeeda5 /doc
parent0de78c95b5ea286c5cb75a846b5d65a1fe82d0f8 (diff)
downloadpatches-922e21f43646e73545940bff5b508956f5ad5d48.tar
patches-922e21f43646e73545940bff5b508956f5ad5d48.tar.gz
gnu: services: Add bluetooth-service.
* gnu/services/desktop.scm (bluetooth-shepherd-service) (bluetooth-service): New Prodecures. (bluetooth-service-type): New variable. * doc/guix.text (Desktop Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a47d37667e..0bb68bb477 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7998,6 +7998,13 @@ location databases. See
web site} for more information.
@end deffn
+@deffn {Scheme Procedure} bluetooth-service [#:bluez @var{bluez}]
+Return a service that runs the @command{bluetoothd} daemon, which manages
+all the Bluetooth devices and provides a number of D-Bus interfaces.
+
+Users need to be in the @code{lp} group to access the D-Bus service.
+@end deffn
+
@node Database Services
@subsubsection Database Services