qemu/qemu-ga.service
Andreas Färber e8c35c9765 Accepting request 345200 from home:tampakrap:branches:Virtualization
- 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
2015-11-19 13:51:50 +00:00

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