qemu-agent: put the aget into the background, closes FS#1683
This commit is contained in:
parent
beec73174d
commit
5feb1cdbc0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user