forked from pool/libvirt
1e4ec091f5
- Update to libvirt 5.6.0 - Enable proper use of systemd socket activation with libvirtd - bsc#1133719 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: xen-pv-cdrom.patch, xen-sxpr-disk-type.patch - qemu: fix default value of security_default_confined Updated suse-qemu-conf.patch bsc#1143871 OBS-URL: https://build.opensuse.org/request/show/722934 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=770
29 lines
957 B
Diff
29 lines
957 B
Diff
Adjust libvirtd sysconfig file to conform to SUSE standards
|
|
|
|
Index: libvirt-5.6.0/src/remote/libvirtd.sysconf
|
|
===================================================================
|
|
--- libvirt-5.6.0.orig/src/remote/libvirtd.sysconf
|
|
+++ libvirt-5.6.0/src/remote/libvirtd.sysconf
|
|
@@ -1,13 +1,18 @@
|
|
+## Path: System/Virtualization/libvirt
|
|
# Customizations for the libvirtd.service systemd unit
|
|
|
|
-# Listen for TCP/IP connections. This is not required if using systemd
|
|
-# socket activation.
|
|
-# NB. must setup TLS/SSL keys prior to using this
|
|
+## Type: string
|
|
+## Default: --listen
|
|
+# Arguments to pass to libvirtd. Not required if using systemd socket activation.
|
|
#LIBVIRTD_ARGS="--listen"
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override Kerberos service keytab for SASL/GSSAPI
|
|
#KRB5_KTNAME=/etc/libvirt/krb5.tab
|
|
|
|
+## Type: string
|
|
+## Default: none
|
|
# Override the QEMU/SDL default audio driver probing when
|
|
# starting virtual machines using SDL graphics
|
|
#
|