Files
wireplumber/docs/rst/daemon/configuration.rst
George Kiagiadakis 8a893bdaf0 docs: add document on how to modify the configuration
Including information about the rules syntax.
Fixes: #595
2024-03-18 13:57:26 +02:00

32 lines
1.0 KiB
ReStructuredText

.. _daemon_configuration:
Configuration
=============
WirePlumber is a heavily modular daemon. By itself, it doesn't do anything
except load its configured components. The actual management logic is
implemented inside those components.
At startup, WirePlumber reads its configuration file (combined with all the
fragments it may have) and loads the components specified in the selected
profile. This configures the operation context. Then, the components take over
and drive the entirety of the daemon's operation.
The sections below describe in more detail the configuration file format and
the various options available.
.. toctree::
:maxdepth: 1
configuration/conf_file.rst
configuration/components_and_profiles.rst
configuration/features.rst
configuration/configuration_option_types.rst
configuration/settings.rst
configuration/modifying_configuration.rst
configuration/alsa.rst
configuration/bluetooth.rst
configuration/access.rst
configuration/locations.rst
configuration/multi_instance.rst