2 # Enable service by default, creating an alias from
3 # pipewire-session-manager.service, which is required by pipewire.service
4 systemctl --global enable wireplumber.service
8 # Reenable the service if needed so the alias gets created.
9 if (( $(vercmp "$2" '0.4.4-2') < 0)); then
10 # Unlike pipewire-media-session, we introduce the enable of wireplumber
11 # in the same release as the alias, thus can unconditionally reenable.
12 systemctl --global reenable wireplumber.service
14 >>> If you enabled wireplumber.service manually for any user, run
15 "systemctl --user reenable wireplumber.service" for these users
16 now. This will create a required service alias.
22 systemctl --global disable wireplumber.service