From d2605605514f62edb6983ece30cfae3efc4c62b9 Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Tue, 10 May 2022 10:05:17 +0300 Subject: media-sound/pulseaudio-daemon: Clarify enabling systemd units for all Bug: https://bugs.gentoo.org/843449 Signed-off-by: Igor V. Kovalenko Signed-off-by: Sam James --- .../pulseaudio-daemon/pulseaudio-daemon-15.99.1-r2.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'media-sound/pulseaudio-daemon') 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 -- cgit v1.2.3-65-gdbad