SHA256
1
0
forked from pool/qemu

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
This commit is contained in:
Andreas Färber
2015-11-19 13:51:50 +00:00
committed by Git OBS Bridge
parent e93e3df04b
commit d61811545e
7 changed files with 105 additions and 11 deletions

11
qemu-ga.service Normal file
View File

@@ -0,0 +1,11 @@
[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