9262515956
git-svn-id: http://svn.sabayonlinux.org/overlay@2638 d7aec97c-591d-0410-af39-a8856400b30a
16 lines
476 B
Plaintext
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"
|