mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
5b000acb1a
commit
1883355f1b
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue