Update power.sh
This commit is contained in:
parent
905930684a
commit
9e72e841ce
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ _graceful_shutdown() {
|
|||
|
||||
SERIAL="pty"
|
||||
MONITOR="telnet:localhost:$QEMU_PORT,server,nowait,nodelay"
|
||||
MONITOR="$MONITOR -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
MONITOR+=" -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
|
||||
_trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT
|
||||
|
||||
|
|
Loading…
Reference in a new issue