62e852c00d
- Guard strncpy call with GCC pragma to disable warning about possible incorrect usage, when in fact it is correct. This is for gcc 8 compatibility (bsc#1090355) ipxe-efi-guard-strncpy-with-gcc-warning-ignore-pragma.patch - Add WantedBy for enable qemu-ga@.service auto start (bsc#1090369) - Guard strncpy call with GCC pragma to disable warning about possible incorrect usage, when in fact it is correct. This is for gcc 8 compatibility (bsc#1090355) ipxe-efi-guard-strncpy-with-gcc-warning-ignore-pragma.patch - Add WantedBy for enable qemu-ga@.service auto start (bsc#1090369) OBS-URL: https://build.opensuse.org/request/show/601676 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=406
15 lines
257 B
Desktop File
15 lines
257 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
|
|
|
|
[Install]
|
|
WantedBy=dev-%i.device
|