Skip to content

Commit ebc88c0

Browse files
committed
qga-win: install service with --retry-path set by default
It's nicer from a management perspective that the agent can survive hotplug/unplug of the channel device, or be started prior to the installation of the channel device's driver without and still be able to resume normal function afterward. On linux there are alternatives like systemd to support this, but on w32 --retry-path is the only option so it makes sense to set it by default when installed as a w32 service. Signed-off-by: Michael Roth <[email protected]>
1 parent d951fad commit ebc88c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qga/installer/qemu-ga.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
Account="LocalSystem"
7979
ErrorControl="ignore"
8080
Interactive="no"
81-
Arguments="-d"
81+
Arguments="-d --retry-path"
8282
>
8383
</ServiceInstall>
8484
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="no" />

0 commit comments

Comments
 (0)