2019-07-03 13:12:10 +00:00
|
|
|
# Customizations for the libvirtd.service systemd unit
|
2007-06-26 23:48:46 +00:00
|
|
|
|
2019-08-22 13:51:06 +00:00
|
|
|
# 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
|
2007-06-26 23:48:46 +00:00
|
|
|
#LIBVIRTD_ARGS="--listen"
|
2007-12-05 15:24:15 +00:00
|
|
|
|
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
|