Rev 192 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# 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