From 00f469056893ae80fecefee44e09d6904b613de4 Mon Sep 17 00:00:00 2001 From: David Craven Date: Sat, 30 Jul 2016 11:02:47 +0200 Subject: 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. --- doc/guix.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3