mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
581767a98a
We need to give users the ability to customize the length of the shutdown timeout, or even disable timeouts entirely. Thus we must move the timeout arg into the sysconf file, instead of the service unit. Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
25 lines
823 B
Plaintext
25 lines
823 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 Kerberos service keytab for SASL/GSSAPI
|
|
#KRB5_KTNAME=/etc/libvirt/krb5.tab
|
|
|
|
# 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
|