Gracefull shutdown
This commit is contained in:
parent
8640a0207f
commit
fd5dfe6956
1 changed files with 1 additions and 0 deletions
1
power.sh
1
power.sh
|
@ -58,6 +58,7 @@ _graceful_shutdown(){
|
|||
fi
|
||||
done
|
||||
|
||||
echo "Killing VM.."
|
||||
echo 'quit' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}">/dev/null || true
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue