2007-06-26 23:48:46 +00:00
|
|
|
# Override the default config file
|
2011-07-07 13:45:07 +00:00
|
|
|
# NOTE: This setting is no longer honoured if using
|
|
|
|
# systemd. Set '--config /etc/libvirt/libvirtd.conf'
|
|
|
|
# in LIBVIRTD_ARGS instead.
|
2007-06-26 23:48:46 +00:00
|
|
|
#LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
|
|
|
|
|
|
|
|
# Listen for TCP/IP connections
|
|
|
|
# NB. must setup TLS/SSL keys prior to using this
|
|
|
|
#LIBVIRTD_ARGS="--listen"
|
2007-12-05 15:24:15 +00:00
|
|
|
|
|
|
|
# Override Kerberos service keytab for SASL/GSSAPI
|
|
|
|
#KRB5_KTNAME=/etc/libvirt/krb5.tab
|
2009-09-14 10:23:20 +00:00
|
|
|
|
|
|
|
# Override the QEMU/SDL default audio driver probing when
|
|
|
|
# starting virtual machines using SDL graphics
|
|
|
|
#
|
2010-05-26 14:51:36 +00:00
|
|
|
# NB these have no effect for VMs using VNC, unless vnc_allow_host_audio
|
|
|
|
# is enabled in /etc/libvirt/qemu.conf
|
2009-09-14 10:23:20 +00:00
|
|
|
#QEMU_AUDIO_DRV=sdl
|
|
|
|
#
|
|
|
|
#SDL_AUDIODRIVER=pulse
|
2012-01-12 17:47:30 +00:00
|
|
|
|
2014-02-10 14:17:05 +00:00
|
|
|
# Override the maximum number of opened files.
|
|
|
|
# This only works with traditional init scripts.
|
|
|
|
# In the systemd world, the limit can only be changed by overriding
|
|
|
|
# LimitNOFILE for libvirtd.service. To do that, just create a *.conf
|
|
|
|
# file in /etc/systemd/system/libvirtd.service.d/ (for example
|
|
|
|
# /etc/systemd/system/libvirtd.service.d/openfiles.conf) and write
|
|
|
|
# the following two lines in it:
|
|
|
|
# [Service]
|
|
|
|
# LimitNOFILE=2048
|
|
|
|
#
|
2012-01-12 17:47:30 +00:00
|
|
|
#LIBVIRTD_NOFILES_LIMIT=2048
|