diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-05-04 19:48:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-05-04 19:48:27 -0300 |
commit | 097d9cab62c7b10da81f0a683287d611f977c85e (patch) | |
tree | 67f8e82ab5215a2b00270b851a1c648c9827976d /kvmxfile | |
parent | d93c024d86c04135758d346b8a59757e22a03107 (diff) | |
download | kvmx-097d9cab62c7b10da81f0a683287d611f977c85e.tar.gz kvmx-097d9cab62c7b10da81f0a683287d611f977c85e.tar.bz2 |
Adds kvmx_vdagent config param
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ run_spice_client="1" #spice_client="virt-viewer" spice_client="spicy" +# Set this if you want that kvmx-vdagent is triggered after the machine boots. +kvmx_vdagent="1" + # Set this if you want to start an xpra session when the machine boots. run_xpra="0" |