diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-01 17:55:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-01 17:56:48 +0100 |
commit | 2b9e0a948be33ad53825b26fa22b89f13500a7c7 (patch) | |
tree | 2307b44647cb1ef13e5114ef80c3f567d8e34a01 /doc | |
parent | daa3b04cd8020e365d3c551bc498363a284f5acf (diff) | |
download | guix-2b9e0a948be33ad53825b26fa22b89f13500a7c7.tar guix-2b9e0a948be33ad53825b26fa22b89f13500a7c7.tar.gz |
services: Add 'udisks-service'.
* gnu/services/desktop.scm (<udisks-configuration>): New record type.
(udisks-service-type): New variable.
(udisks-service): New procedure.
(%desktop-services): Use it.
* doc/guix.texi (Desktop Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1215c6c277..e8b79ecf98 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6744,6 +6744,13 @@ levels, with the given configuration settings. It implements the GNOME. @end deffn +@deffn {Scheme Procedure} udisks-service [#:udisks @var{udisks}] +Return a service for @uref{http://udisks.freedesktop.org/docs/latest/, +UDisks}, a @dfn{disk management} daemon that provides user interfaces with +notifications and ways to mount/unmount disks. Programs that talk to UDisks +include the @command{udisksctl} command, part of UDisks, and GNOME Disks. +@end deffn + @deffn {Scheme Procedure} colord-service [#:colord @var{colord}] Return a service that runs @command{colord}, a system service with a D-Bus interface to manage the color profiles of input and output devices such as |