qemu/qemu-ga@.service
Bruce Rogers a3ad412045 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
2018-02-08 17:43:16 +00:00

12 lines
223 B
Desktop File

[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