Make powerdown timeout configurable.

This commit is contained in:
Michael Lipp 2023-06-04 13:31:13 +02:00
parent 7a9ed262c1
commit 62cdea852c
4 changed files with 49 additions and 40 deletions

View file

@ -42,6 +42,11 @@
# * secure
# "bootMode": "uefi"
# When terminating, a graceful powerdown is attempted. If it
# doesn't succeed within the given timeout (seconds) SIGTERM
# is sent to Qemu.
# "powerdownTimeout": 60
# RAM settings
# "maximumRam": "1G"
# "currentRam": "1G"