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 the QEMU/SDL default audio driver probing when
|
|
|
15 |
# starting virtual machines using SDL graphics
|
|
|
16 |
#
|
|
|
17 |
# NB these have no effect for VMs using VNC, unless vnc_allow_host_audio
|
|
|
18 |
# is enabled in /etc/libvirt/qemu.conf
|
|
|
19 |
#QEMU_AUDIO_DRV=sdl
|
|
|
20 |
#
|
|
|
21 |
#SDL_AUDIODRIVER=pulse
|