viewer: Run virt-viewer in the background.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 23 Mar 2015 22:16:34 +0000 (22:16 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 23 Mar 2015 22:16:34 +0000 (22:16 +0000)
mclu_viewer.ml

index 15036b7..744517a 100644 (file)
@@ -28,7 +28,7 @@ let viewer ~verbose ?host name =
   let node, name = Mclu_list.find_guest ~verbose name in
   let uri = node.Mclu_conf.libvirt_uri in
 
-  let cmd = sprintf "virt-viewer -c %s %s" (quote uri) (quote name) in
+  let cmd = sprintf "virt-viewer -c %s %s &" (quote uri) (quote name) in
   if verbose then printf "%s\n%!" cmd;
   if Sys.command cmd <> 0 then (
     eprintf "mclu: %s: command failed\n" cmd;