Jakub Pavlik | c75247d | 2015-02-23 09:18:02 +0100 | [diff] [blame] | 1 | # Defaults for libvirt-bin initscript (/etc/init.d/libvirt-bin) |
2 | # This is a POSIX shell fragment | ||||
3 | |||||
4 | # Start libvirtd to handle qemu/kvm: | ||||
5 | start_libvirtd="yes" | ||||
6 | |||||
7 | # options passed to libvirtd, add "-l" to listen on tcp | ||||
8 | libvirtd_opts="-d -l" | ||||
9 | |||||
10 | # pass in location of kerberos keytab | ||||
11 | #export KRB5_KTNAME=/etc/libvirt/libvirt.keytab |