summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/pulseaudio-daemon')
-rw-r--r--media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild
index 61a9f133cb5f..9c86c92b0d78 100644
--- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild
+++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild
@@ -318,10 +318,19 @@ pkg_postinst() {
fi
if use systemd; then
+ elog "Pulseaudio autospawn by client library is no longer enabled when systemd is available."
elog "It's recommended to start pulseaudio via its systemd user units:"
elog ""
elog " systemctl --user enable pulseaudio.service pulseaudio.socket"
elog ""
+ elog "Root user can change system default configuration for all users:"
+ elog ""
+ elog " systemctl --global enable pulseaudio.service pulseaudio.socket"
+ elog ""
+ elog "If you would like to enable autospawn by client library, edit autospawn flag in /etc/pulse/client.conf like this:"
+ elog ""
+ elog " autospawn = yes"
+ elog ""
elog "The change from autospawn to user units will take effect after restarting."
elog ""
fi