diff options
author | David Craven <david@craven.ch> | 2016-07-30 11:02:47 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-05 21:48:43 +0200 |
commit | 00f469056893ae80fecefee44e09d6904b613de4 (patch) | |
tree | 78a99d33f59ba48afed895a2528a672fe85e61ea /doc | |
parent | e02cd2b8fe9de08a9f33d643792ee24734ff1d6e (diff) | |
download | guix-00f469056893ae80fecefee44e09d6904b613de4.tar guix-00f469056893ae80fecefee44e09d6904b613de4.tar.gz |
services: Add spice vdagent service.
* gnu/services/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New subheading.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 781f2f418f..29df0ddcc1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9921,6 +9921,17 @@ Finally, @var{extra-options} is a list of additional command-line options passed to @command{lircd}. @end deffn +@cindex spice +@subsubheading Spice Service + +The @code{(gnu services spice)} module provides the following service. + +@deffn {Scheme Procedure} spice-vdagent-service [#:spice-vdagent] +Returns a service that runs @url{http://www.spice-space.org,VDAGENT}, a daemon +that enables sharing the clipboard with a vm and setting the guest display +resolution when the graphical console window resizes. +@end deffn + @subsubsection Dictionary Services The @code{(gnu services dict)} module provides the following service: |