summaryrefslogtreecommitdiff
blob: 705b78532b3903f54cd75e2cb7708376f95e1313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /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"