2019-07-03 13:12:10 +00:00
|
|
|
# Customizations for the libvirtd.service systemd unit
|
2007-06-26 23:48:46 +00:00
|
|
|
|
2019-06-24 11:00:37 +00:00
|
|
|
# Listen for TCP/IP connections. This is not required if using systemd
|
|
|
|
# socket activation.
|
2007-06-26 23:48:46 +00:00
|
|
|
# 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
|