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:
committed by
Git OBS Bridge
parent
c696816dcc
commit
d368a28510
11
qemu-ga@.service
Normal file
11
qemu-ga@.service
Normal 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
|
Reference in New Issue
Block a user