Files
sablink-distro/app-emulation/libvirt/files/libvirtd.confd
T
2008-11-25 15:10:15 +00:00

16 lines
476 B
Plaintext

# /etc/conf.d/libvirtd
# You may want to add '--listen' to have libvirtd listen for tcp/ip connections
# if you want to use libvirt for remote control
# Please consult 'libvirtd --help' for more options
#LIBVIRTD_OPTS="--listen"
# Automatically shutdown KVM domains when stopping libvirtd
LIBVIRTD_KVM_SHUTDOWN="yes"
# Timeout in seconds until stopping libvirtd and "pulling the plug" on the
# remaining VM's still in a running state
#LIBVIRTD_KVM_SHUTDOWN_MAXWAIT="100"