1ad1f9a1d1
The binary 'qemu-ga' is not a userspace emulator, it is the QEMU guest agent. Since this typically needs to be installed in the guest put it in a sub-RPM. A systemd service is used to start the agent. A udev rule is used to automatically start the systemd service, if the corresponding virtio-serial port is present
12 lines
227 B
Desktop File
12 lines
227 B
Desktop File
[Unit]
|
|
Description=QEMU Guest Agent
|
|
BindTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device
|
|
After=dev-virtio\x2dports-org.qemu.guest_agent.0.device
|
|
|
|
[Service]
|
|
ExecStart=-/usr/bin/qemu-ga
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|