libvirtd.sysconf 749 字节
Newer Older
1
# Override the default config file
2 3 4
# NOTE: This setting is no longer honoured if using
# systemd. Set '--config /etc/libvirt/libvirtd.conf'
# in LIBVIRTD_ARGS instead.
5 6 7 8 9
#LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf

# Listen for TCP/IP connections
# NB. must setup TLS/SSL keys prior to using this
#LIBVIRTD_ARGS="--listen"
10 11 12

# Override Kerberos service keytab for SASL/GSSAPI
#KRB5_KTNAME=/etc/libvirt/krb5.tab
13 14 15 16

# Override the QEMU/SDL default audio driver probing when
# starting virtual machines using SDL graphics
#
17 18
# NB these have no effect for VMs using VNC, unless vnc_allow_host_audio
# is enabled in /etc/libvirt/qemu.conf
19 20 21
#QEMU_AUDIO_DRV=sdl
#
#SDL_AUDIODRIVER=pulse
22 23 24

# Override the maximum number of opened files
#LIBVIRTD_NOFILES_LIMIT=2048