From 8203423bdc8ce4bced0013817e8b864c6f3cd4d0 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Fri, 4 Dec 2015 07:38:19 +0200 Subject: [PATCH] man: document when system.pa is used instead of default.pa --- man/default.pa.5.xml.in | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/man/default.pa.5.xml.in b/man/default.pa.5.xml.in index 306e976..d999fb0 100644 --- a/man/default.pa.5.xml.in +++ b/man/default.pa.5.xml.in @@ -23,15 +23,21 @@ License along with PulseAudio; if not, see .

~/.config/pulse/default.pa

-

@PA_DEFAULT_CONFIG_DIR@/default.pa

+

@PA_DEFAULT_CONFIG_DIR@/system.pa

-

The PulseAudio sound server interprets the file - ~/.config/pulse/default.pa on startup, and when that file - doesn't exist @PA_DEFAULT_CONFIG_DIR@/default.pa. It - should contain directives in the PulseAudio CLI language, as +

The PulseAudio sound server interprets a configuration script on + startup, which is mainly used to define the set of modules to load. When + PulseAudio runs in the per-user mode and + ~/.config/pulse/default.pa exists, that file is used. When + PulseAudio runs in the per-user mode and that file doesn't exist, + @PA_DEFAULT_CONFIG_DIR@/default.pa is used. When PulseAudio + runs as a system service, @PA_DEFAULT_CONFIG_DIR@/system.pa is + used.

+ +

The script should contain directives in the PulseAudio CLI language, as documented in .

The same commands can also be entered during runtime in the