New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/44141#issuecomment-1567526996 Comment: This is fine, but I think it might be better to completely remove the pipewire-pulse and wireplumber services, modify the (now example) pipewire service to wrap it in `dbus-run-session`, and tell people that want to use it that they should make pipewire launch pipewire-pulse and wireplumber via the proposed example config snippets. This probably requires `control/t` and the pgrphack (`chpst -P`) trick in the current wireplumber service to make a best effort to kill all children. This is essentially how I run a pipewire system service, and it is much more reliable and straightforward than trying to manage multiple services.