Date: Thursday, March 2, 2017 @ 10:56:03
  Author: eworm
Revision: 289884

fix condition for guest agent startup with systemd 233

https://github.com/systemd/systemd/issues/5318
https://github.com/systemd/systemd/commit/5f1c788ca963dbacbf09b165acd7b8563ddd34d9

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/qemu-ga.service

-----------------+
 PKGBUILD        |    2 +-
 qemu-ga.service |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-02 10:15:28 UTC (rev 289883)
+++ PKGBUILD    2017-03-02 10:56:03 UTC (rev 289884)
@@ -22,7 +22,7 @@
 sha256sums=('dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62'
             'SKIP'
             'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
-            '0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1'
+            'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
             '60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7')
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
 

Modified: qemu-ga.service
===================================================================
--- qemu-ga.service     2017-03-02 10:15:28 UTC (rev 289883)
+++ qemu-ga.service     2017-03-02 10:56:03 UTC (rev 289884)
@@ -1,6 +1,6 @@
 [Unit]
 Description=QEMU Guest Agent
-ConditionVirtualization=qemu
+ConditionPathExists=/dev/virtio-ports/org.qemu.guest_agent.0
 
 [Service]
 ExecStart=/usr/bin/qemu-ga

Reply via email to