conf: Note configuration snippets must end in .pa

At least on Debian (based) systems, the convention for configuration
files is .conf, but for PA they need to be .pa, so mention that.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/678>
This commit is contained in:
Diederik de Haas 2021-12-18 19:56:46 +01:00
parent 5b000acb1a
commit 1883355f1b
2 changed files with 2 additions and 0 deletions

View file

@ -171,5 +171,6 @@ load-module module-filter-apply
### Allow including a default.pa.d directory, which if present, can be used
### for additional configuration snippets.
### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/default.pa.d

View file

@ -69,5 +69,6 @@ load-module module-position-event-sounds
### Allow including a system.pa.d directory, which if present, can be used
### for additional configuration snippets.
### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/system.pa.d