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:
George Kiagiadakis 2021-02-24 21:56:33 +02:00 committed by Wim Taymans
parent 6114ca7c4a
commit 2491f56355

View file

@ -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.