Files
wireplumber/docs/rst/daemon/configuration.rst
George Kiagiadakis 0649ba9aa6 docs: remove "policy" configuration doc page
This is all part of the well-known settings now
2024-03-18 13:57:26 +02:00

31 lines
994 B
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/alsa.rst
configuration/bluetooth.rst
configuration/access.rst
configuration/locations.rst
configuration/multi_instance.rst