Start media-session and pulse-server in uninstalled config

Also update the INSTALL instructions to match reality.
This commit is contained in:
Wim Taymans 2021-02-25 07:00:56 +01:00
parent eacda22a7b
commit 7cf07da392
3 changed files with 22 additions and 5 deletions

View file

@ -203,12 +203,12 @@ context.exec = {
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
#
#"@media_session_path@" = { args = "" }
@comment@"@media_session_path@" = { args = "" }
#
# You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service.
# It can be interesting to start another daemon here that listens
# on another address with the -a option (eg. -a tcp:4713).
#
#"@pipewire_path@" = { args = "-c pipewire-pulse.conf" }
@comment@"@pipewire_path@" = { args = "-c pipewire-pulse.conf" }
}