1<?xml version="1.0"?><!--*-nxml-*--> 2<!DOCTYPE manpage SYSTEM "xmltoman.dtd"> 3<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 4 5<!-- 6This file is part of PulseAudio. 7 8PulseAudio is free software; you can redistribute it and/or modify it 9under the terms of the GNU Lesser General Public License as 10published by the Free Software Foundation; either version 2.1 of the 11License, or (at your option) any later version. 12 13PulseAudio is distributed in the hope that it will be useful, but WITHOUT 14ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 15or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General 16Public License for more details. 17 18You should have received a copy of the GNU Lesser General Public 19License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 20--> 21 22<manpage name="default.pa" section="5" desc="PulseAudio Sound Server Startup Script"> 23 24 <synopsis> 25 <p><file>~/.config/pulse/default.pa</file></p> 26 <p><file>@PA_DEFAULT_CONFIG_DIR@/default.pa</file></p> 27 <p><file>@PA_DEFAULT_CONFIG_DIR@/system.pa</file></p> 28 </synopsis> 29 30 <description> 31 <p>The PulseAudio sound server interprets a configuration script on 32 startup, which is mainly used to define the set of modules to load. When 33 PulseAudio runs in the per-user mode and 34 <file>~/.config/pulse/default.pa</file> exists, that file is used. When 35 PulseAudio runs in the per-user mode and that file doesn't exist, 36 <file>@PA_DEFAULT_CONFIG_DIR@/default.pa</file> is used. When PulseAudio 37 runs as a system service, <file>@PA_DEFAULT_CONFIG_DIR@/system.pa</file> is 38 used.</p> 39 40 <p>The script should contain directives in the PulseAudio CLI language, as 41 documented in <manref name="pulse-cli-syntax" section="5"/>.</p> 42 </description> 43 44 <section name="Authors"> 45 <p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; 46 PulseAudio is available from <url href="@PACKAGE_URL@"/></p> 47 </section> 48 49 <section name="See also"> 50 <p> 51 <manref name="pulse-cli-syntax" section="5"/>, 52 <manref name="pulse-daemon.conf" section="5"/>, 53 <manref name="pulseaudio" section="1"/>, 54 <manref name="pacmd" section="1"/> 55 </p> 56 </section> 57 58</manpage> 59