SHA256
1
0
forked from pool/qemu

Accepting request 574324 from home:jfehlig:branches:Virtualization

- guest agent: change service file to a template so it can be
  used by Xen as well. Adjust udev rule accordingly.
  FATE#324963

- guest agent: change service file to a template so it can be
  used by Xen as well. Adjust udev rule accordingly.
  FATE#324963

OBS-URL: https://build.opensuse.org/request/show/574324
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=389
This commit is contained in:
Bruce Rogers
2018-02-08 17:43:16 +00:00
committed by Git OBS Bridge
parent c696816dcc
commit d368a28510
9 changed files with 33 additions and 19 deletions

11
qemu-ga@.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=QEMU Guest Agent
Documentation=http://wiki.qemu.org/Features/GuestAgent
BindsTo=dev-%i.device
After=dev-%i.device
[Service]
Type=simple
ExecStart=-/usr/bin/qemu-ga -p /dev/%I
Restart=always
RestartSec=0