diff options
author | David Henningsson <david.henningsson@canonical.com> | 2014-12-19 13:46:11 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2014-12-19 13:46:11 +0100 |
commit | d9854577c3046d631ac47fb84c800e3e87aea397 (patch) | |
tree | 5e84f00cf89d987522c41f22b1eb7b21f4aba704 /man | |
parent | 1d3fd4f8627942b931ab6db4137186a567fe6939 (diff) |
Revert "launch: Disable autospawn by default when systemd daemon support is enabled."v5.99.2
This reverts commit 7276faca72e9696d4891daff139aee52509f43bf.
Using the new systemd socket activation for PulseAudio will cause PulseAudio to not
have any connection with D-Bus, breaking device reservation protocol, module-jackdbus-detect
and module-dbus-protocol. Therefore, autospawn is now still enabled by default even if you
build with systemd daemon headers.
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-client.conf.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index 7025df76a..45f02da98 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in @@ -69,7 +69,7 @@ USA. <option> <p><opt>autospawn=</opt> Autospawn a PulseAudio daemon when - needed. Takes a boolean value, defaults to <opt>@PA_DEFAULT_AUTOSPAWN@</opt>.</p> + needed. Takes a boolean value, defaults to <opt>yes</opt>.</p> </option> <option> |