e8c35c9765
- Add systemd unit file and udev rules for qemu guest agent - taken from the SLE12 / Leap package, see boo#955707 - Add systemd unit file and udev rules for qemu guest agent - taken from the SLE12 / Leap package, see boo#955707 OBS-URL: https://build.opensuse.org/request/show/345200 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=277
12 lines
289 B
Desktop File
12 lines
289 B
Desktop File
[Unit]
|
|
Description=QEMU Guest Agent
|
|
Documentation=http://wiki.qemu.org/Features/QAPI/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
|