You are not logged in.
Hi,
My user was in the pipewire group for some reason; this is not a step which is mentioned in the wiki or elsewhere, and I can't remember why I did it.
Since about last month, the systemd user session for all users in the pipewire group gets started with -19 nice, which is annoying.
This is easily solved by just not being in the pipewire group, and I have found no drawbacks in doing that.
However i was curious, if anyone knows where this behaviour is configured: i could not find it in systemd configurations, nor in the pipewire package.
Last edited by pbrenna (2022-07-21 05:01:43)
Offline
On my system no pipewire package created a pipewire group...
pacman -Qs pipewire
Offline
I have found the culprit in /etc/security/limits(.d)
I probably followed this old version of the pipewire guide, which sets `priority -19` at login for any user in the pipewire group.
https://gitlab.freedesktop.org/pipewire … 78#rlimits
The current version of the same guide correctly sets the nice limit to -19.
https://gitlab.freedesktop.org/pipewire … ng#rlimits
Offline