mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
daemon: split the session-manager and pipewire-pulse comments
Let them be enabled/disabled individually.
This commit is contained in:
parent
bc2d820b6d
commit
71ee6ec669
2 changed files with 6 additions and 4 deletions
|
|
@ -235,12 +235,12 @@ context.exec = [
|
|||
# but it is better to start it as a systemd service.
|
||||
# Run the session manager with -h for options.
|
||||
#
|
||||
@comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
|
||||
@sm_comment@{ path = "@session_manager_path@" args = "@session_manager_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).
|
||||
#
|
||||
@comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
|
||||
@pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue