aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-04 09:30:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-04 09:30:33 -0300
commitcff0c11f980dab01439d2ae80ac0bb0856fed64c (patch)
treebcf8a0cec7e44e0e18ede682f01464833558e4e1 /kvmx
parentf104f8018b50ff0b4f1fd7de7c79a4f74e3574dc (diff)
downloadkvmx-cff0c11f980dab01439d2ae80ac0bb0856fed64c.tar.gz
kvmx-cff0c11f980dab01439d2ae80ac0bb0856fed64c.tar.bz2
Adds run_xpra config
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx4
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 82c43fa..5982754 100755
--- a/kvmx
+++ b/kvmx
@@ -212,6 +212,10 @@ function kvmx_up {
$DIRNAME/$BASENAME spice $VM
fi
+ if [ "$run_xpra" == "1" ]; then
+ $DIRNAME/$BASENAME xpra $VM
+ fi
+
exit
elif kvmx_running; then
echo "$BASENAME: guest $VM is already running"