Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Customizations for the libvirtd.service systemd unit
2
 
3
# Default behaviour is for libvirtd.service to start on boot
4
# so that VM autostart can be performed. We then want it to
5
# shutdown again if nothing was started and rely on systemd
6
# socket activation to start it again when some client app
7
# connects.
8
LIBVIRTD_ARGS="--timeout 120"
9
 
10
# If systemd socket activation is disabled, then the following
11
# can be used to listen on TCP/TLS sockets
12
#LIBVIRTD_ARGS="--listen"
13
 
14
# Override Kerberos service keytab for SASL/GSSAPI
15
#KRB5_KTNAME=/etc/libvirt/krb5.tab
16
 
17
# Override the QEMU/SDL default audio driver probing when
18
# starting virtual machines using SDL graphics
19
#
20
# NB these have no effect for VMs using VNC, unless vnc_allow_host_audio
21
# is enabled in /etc/libvirt/qemu.conf
22
#QEMU_AUDIO_DRV=sdl
23
#
24
#SDL_AUDIODRIVER=pulse