mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
systemd: add unit files for pipewire-media-session
... and disable starting it from context.exec in the config
This commit is contained in:
parent
3a7ce9660a
commit
012a68f8ef
5 changed files with 61 additions and 4 deletions
|
|
@ -197,13 +197,14 @@ context.exec = {
|
|||
#
|
||||
# Execute the given program with arguments.
|
||||
#
|
||||
# Start the session manager. Run the session manager with -h for
|
||||
# options.
|
||||
# You can optionally start the session manager here,
|
||||
# but it is better to start it as a systemd service.
|
||||
# Run the session manager with -h for options.
|
||||
#
|
||||
"@media_session_path@" = { args = "" }
|
||||
#"@media_session_path@" = { args = "" }
|
||||
#
|
||||
# You can optionally start the pulseaudio-server here as well
|
||||
# but it better to start it as a systemd service.
|
||||
# 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).
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue