diff options
| -rwxr-xr-x | kvmx | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -474,7 +474,7 @@ function kvmx_up {    # Run virtual machine, nohup approach    # See https://en.wikipedia.org/wiki/Nohup#Overcoming_hanging -  #nohup kvm -m $memory -name $VM                                                                    \ +  #nohup setsid kvm -m $memory -name $VM                                                             \    #  -chardev "socket,id=monitor,path=$MONITORFILE,server,nowait" -mon chardev=monitor,mode=readline \    #  -chardev "socket,id=serial0,path=$CONSOLEFILE,server,nowait" -device isa-serial,chardev=serial0 \    #  -smp $smp -cpu host -balloon virtio                                                             \ | 
