summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2020-09-11 11:13:02 +0300
committerTanu Kaskinen <tanuk@iki.fi>2020-09-11 11:15:09 +0300
commitc1a7d516b10114327ac4739b9af9307b1ab056c9 (patch)
tree67da0f76ddfd31a4a7add05edcdc7d16d94ab53b
parentc2b05eb704c81cba9b88b2eadbd3a4ea103e1ae9 (diff)
downloadpulseaudio-c1a7d516b10114327ac4739b9af9307b1ab056c9.tar.gz
man: client.conf: Explain that autospawn=no doesn't disable systemd autostarting
-rw-r--r--man/pulse-client.conf.5.xml.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in
index b88898cb0..5c0eff31b 100644
--- a/man/pulse-client.conf.5.xml.in
+++ b/man/pulse-client.conf.5.xml.in
@@ -77,8 +77,17 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
</option>
<option>
- <p><opt>autospawn=</opt> Autospawn a PulseAudio daemon when
- needed. Takes a boolean value, defaults to <opt>yes</opt>.</p>
+ <p><opt>autospawn=</opt> Autospawn a PulseAudio daemon when needed. Takes
+ a boolean value, defaults to <opt>yes</opt>. Note that setting this to
+ "no" doesn't disable the systemd service. The autospawn option is only
+ meant to be used on systems without systemd. If you use systemd to start
+ PulseAudio, use "systemctl --user stop pulseaudio.service
+ pulseaudio.socket" to stop the daemon temporarily, or "systemctl --user
+ mask pulseaudio.service pulseaudio.socket" to permanently disable the
+ units (the "disable" command of systemctl probably won't work, because
+ the pulseaudio.socket unit is often installed to
+ /usr/lib/systemd/user/sockets.target.wants/, which makes it impossible to
+ disable the unit with the "disable" command).</p>
</option>
<option>