Merge "Reword config file search logic in the docs"
This commit is contained in:
commit
4a36c1638f
@ -10,10 +10,14 @@ does all the heavy-lifting (speaks IPMI, calls libvirt) while ``vbmc``
|
|||||||
client is merely a command-line tool sending commands to the server and
|
client is merely a command-line tool sending commands to the server and
|
||||||
rendering responses to the user.
|
rendering responses to the user.
|
||||||
|
|
||||||
Both tools can optionally consume optional configuration file, which
|
Both tools can make use of an optional configuration file, which is
|
||||||
defaults to ``$HOME/.vbmc/virtualbmc.conf``,
|
looked for in the following locations (in this order):
|
||||||
``/etc/virtualbmc/virtualbmc.conf``, but can be overridden with the
|
|
||||||
``VIRTUALBMC_CONFIG`` environment variable.
|
* ``VIRTUALBMC_CONFIG`` environment variable pointing to a file
|
||||||
|
* ``$HOME/.vbmc/virtualbmc.conf`` file
|
||||||
|
* ``/etc/virtualbmc/virtualbmc.conf`` file
|
||||||
|
|
||||||
|
If no configuration file has been found, the internal defaults apply.
|
||||||
|
|
||||||
You should set up your systemd to launch the ``vbmcd`` server on system
|
You should set up your systemd to launch the ``vbmcd`` server on system
|
||||||
start up or you can just run ``vbmcd`` from command line if you do not need
|
start up or you can just run ``vbmcd`` from command line if you do not need
|
||||||
|
Loading…
Reference in New Issue
Block a user