summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2022-05-10 10:05:17 +0300
committerSam James <sam@gentoo.org>2022-05-13 20:03:46 +0000
commitd2605605514f62edb6983ece30cfae3efc4c62b9 (patch)
tree41ae73ce4863169d9a1b741dba26170ceeb0470f /media-sound
parentnet-misc/tigervnc: drop 1.9.0-r2 (diff)
downloadgentoo-d2605605514f62edb6983ece30cfae3efc4c62b9.tar.gz
gentoo-d2605605514f62edb6983ece30cfae3efc4c62b9.tar.bz2
gentoo-d2605605514f62edb6983ece30cfae3efc4c62b9.zip
media-sound/pulseaudio-daemon: Clarify enabling systemd units for all
Bug: https://bugs.gentoo.org/843449 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-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