mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
config: ignore module-portal load failures
When running pipewire as a system-wide daemon, module-portal obviously doesn't load. Make it optional so that the default config doesn't fail in system-wide mode
This commit is contained in:
parent
6114ca7c4a
commit
2491f56355
1 changed files with 3 additions and 1 deletions
|
|
@ -98,7 +98,9 @@ context.modules = {
|
|||
# The portal module monitors the PID of the portal process
|
||||
# and tags connections with the same PID as portal
|
||||
# connections.
|
||||
libpipewire-module-portal = null
|
||||
libpipewire-module-portal = {
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
|
||||
# The access module can perform access checks and block
|
||||
# new clients.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue