a3ad412045
- 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
12 lines
223 B
Desktop File
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
|