qemu-agent: put the aget into the background, closes FS#1683

This commit is contained in:
Thomas Penteker 2018-10-03 02:04:43 +02:00
parent beec73174d
commit 5feb1cdbc0

View File

@ -9,7 +9,7 @@ PID=/var/run/qemu-ga.pid
case $1 in
start)
$SSD --start --pidfile $PID --exec $PROG -- -t /var/run/qemu-ga
$SSD --start --pidfile $PID --background --exec $PROG -- -t /var/run/qemu-ga
;;
stop)
$SSD --stop --retry 10 --pidfile $PID