summaryrefslogtreecommitdiff
path: root/man/pulse-daemon.conf.5.xml.in
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2015-12-07 23:22:42 +0200
committerDavid Henningsson <david.henningsson@canonical.com>2015-12-14 13:47:04 +0100
commit7b9fcc01f62558a6f517e2a23408e98c2688bd9e (patch)
tree655cacc6a235f656abd9f62a633759e14490fc21 /man/pulse-daemon.conf.5.xml.in
parent1d7ce901398b4e65bfac991aa7a351ac15c4910e (diff)
downloadpulseaudio-7b9fcc01f62558a6f517e2a23408e98c2688bd9e.tar.gz
client-conf, daemon-conf: enable .d directories
I want to enable client.conf.d, because in OpenEmbedded-core we have a graphical environment called Sato that runs as root. Sato needs to set allow-autospawn-for-root=true in client.conf, but the default configuration in OpenEmbedded-core should not set that option. With this patch, I can create a Sato-specific package that simply installs 50-sato.conf in /etc/pulse/client.conf.d without conflicting with the main client.conf coming from a different package. daemon.conf.d is enabled just because it would be strange to not support it while client.conf.d is supported.
Diffstat (limited to 'man/pulse-daemon.conf.5.xml.in')
-rw-r--r--man/pulse-daemon.conf.5.xml.in25
1 files changed, 18 insertions, 7 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index d221585dc..0367b1ff3 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -23,18 +23,29 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<synopsis>
<p><file>~/.config/pulse/daemon.conf</file></p>
-
+ <p><file>~/.config/pulse/daemon.conf.d/*.conf</file></p>
<p><file>@PA_DEFAULT_CONFIG_DIR@/daemon.conf</file></p>
+ <p><file>@PA_DEFAULT_CONFIG_DIR@/daemon.conf.d/*.conf</file></p>
</synopsis>
<description>
<p>The PulseAudio sound server reads configuration directives from
- a file <file>~/.config/pulse/daemon.conf</file> on startup and when that
- file doesn't exist from
- <file>@PA_DEFAULT_CONFIG_DIR@/daemon.conf</file>. Please note that the
- server also reads a configuration script on startup
- <file>default.pa</file> which also contains runtime configuration
- directives.</p>
+ a configuration file on startup. If the per-user file
+ <file>~/.config/pulse/daemon.conf</file> exists, it is used, otherwise the
+ system configuration file <file>@PA_DEFAULT_CONFIG_DIR@/daemon.conf</file>
+ is used. In addition to those main files, configuration directives can also
+ be put in files under directories
+ <file>~/.config/pulse/daemon.conf.d/</file> and
+ <file>@PA_DEFAULT_CONFIG_DIR@/daemon.conf.d/</file>. Those files have to
+ have the .conf file name extension, but otherwise the file names can be
+ chosen freely. The files under daemon.conf.d are processed in alphabetical
+ order. In case the same option is set in multiple files, the last file to
+ set an option overrides earlier files. The main daemon.conf file is
+ processed first, so options set in files under daemon.conf.d override the
+ main file.</p>
+
+ <p>Please note that the server also reads a configuration script on
+ startup. See <manref name="default.pa" section="5"/>.</p>
<p>The configuration file is a simple collection of variable
declarations. If the configuration file parser encounters either ;