mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
68d08cf2f2
When the comment in libvirtd.sasl was last updated with
commit fe772f24a6
Author: Cole Robinson <crobinso@redhat.com>
Date: Sat Oct 20 14:10:03 2012 -0400
daemon: Avoid 'Could not find keytab file' in syslog
it was noted that only old versions of kerberos would need the
environment variable to be set: that was more than seven years
ago, so it's safe to assume that none of our current target
platforms still requires that hack and setting the appropriate
key in the configuration file will be enough.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
22 lines
736 B
Plaintext
22 lines
736 B
Plaintext
# Customizations for the libvirtd.service systemd unit
|
|
|
|
# Default behaviour is for libvirtd.service to start on boot
|
|
# so that VM autostart can be performed. We then want it to
|
|
# shutdown again if nothing was started and rely on systemd
|
|
# socket activation to start it again when some client app
|
|
# connects.
|
|
LIBVIRTD_ARGS="--timeout 120"
|
|
|
|
# If systemd socket activation is disabled, then the following
|
|
# can be used to listen on TCP/TLS sockets
|
|
#LIBVIRTD_ARGS="--listen"
|
|
|
|
# Override the QEMU/SDL default audio driver probing when
|
|
# starting virtual machines using SDL graphics
|
|
#
|
|
# NB these have no effect for VMs using VNC, unless vnc_allow_host_audio
|
|
# is enabled in /etc/libvirt/qemu.conf
|
|
#QEMU_AUDIO_DRV=sdl
|
|
#
|
|
#SDL_AUDIODRIVER=pulse
|