4aa328d7c1
Update to v2.8.0, including integration of SLE qemu package so we are "Factory First" again for SLE qemu. Includes some spec file tweaks/cleanups as well. A number of post v2.8.0 security fixes are also included. OBS-URL: https://build.opensuse.org/request/show/461715 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=329
12 lines
284 B
Desktop File
12 lines
284 B
Desktop File
[Unit]
|
|
Description=QEMU Guest Agent
|
|
Documentation=http://wiki.qemu.org/Features/GuestAgent
|
|
BindsTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device
|
|
After=dev-virtio\x2dports-org.qemu.guest_agent.0.device
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=-/usr/bin/qemu-ga
|
|
Restart=always
|
|
RestartSec=0
|