# Defaults for libvirt-bin initscript (/etc/init.d/libvirt-bin)
# This is a POSIX shell fragment

# change to "no" to not start libvirtd on system startup
start_libvirtd="yes"

# options passed to libvirtd
libvirtd_opts="-d"

