1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
============
libvirt-dbus
============
----------------------------------
D-Bus daemon exporting libvirt API
----------------------------------
:Manual section: 8
SYNOPSIS
========
``libvirt-dbus`` [*OPTION*]...
DESCRIPTION
===========
libvirt-dbus wraps libvirt API to provide a high-level object-oriented
API better suited for dbus-based applications.
Normally libvirt-dbus is started by D-Bus daemon on demand.
OPTIONS
=======
**-h --help**
Display command line help usage then exit.
**--system**
Connect to the system bus.
**--session**
Connect to the session bus.
**-t --threads** *NUM*
Configure maximal number of worker threads.
BUGS
====
Please report all bugs you discover. This should be done via either:
a) the mailing list
https://libvirt.org/contact.html
b) the bug tracker
https://libvirt.org/bugs.html
Alternatively, you may report bugs to your software distribution / vendor.
AUTHORS
=======
Please refer to the AUTHORS file distributed with libvirt-dbus.
LICENSE
=======
libvirt-dbus is Free Software and licenced under LGPLv2+.
SEE ALSO
========
https://libvirt.org/dbus.html, https://libvirt.org/
|