ports/opt (3.5): qemu-agent: put the aget into the background, closes FS#1683
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
17 Jan
2019
17 Jan
'19
3:44 p.m.
commit 5feb1cdbc0a5601a276cb22daa0e16e4feaf36ef Author: Thomas Penteker <tek@serverop.de> Date: Wed Oct 3 02:04:43 2018 +0200 qemu-agent: put the aget into the background, closes FS#1683 diff --git a/qemu-agent/qemu-agent b/qemu-agent/qemu-agent index 59b9e1716..78d779788 100755 --- a/qemu-agent/qemu-agent +++ b/qemu-agent/qemu-agent @@ -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
2213
Age (days ago)
2213
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu