libvirtd.confd 740 B

12345678910111213141516171819
  1. # /etc/conf.d/libvirtd
  2. # Startup dependency
  3. # libvirtd typically requires all networks to be up and settled which
  4. # is what rc_need="net" provides. However if you only use specific networks
  5. # for libvirtd, you may override this. Or if you only use libvirtd locally.
  6. rc_need="net"
  7. # The termination timeout (start-stop-daemon parameter "retry") ensures
  8. # that the service will be terminated within a given time (25 + 5 seconds
  9. # per default) when you are stopping the service.
  10. #LIBVIRTD_TERMTIMEOUT="TERM/25/KILL/5"
  11. # LIBVIRTD_OPTS
  12. # You may want to add '--listen' to have libvirtd listen for tcp/ip connections
  13. # if you want to use libvirt for remote control
  14. # Please consult 'libvirtd --help' for more options
  15. #LIBVIRTD_OPTS="--listen"