Pre-install realtime-privileges package to get more RT configs

We already set a few realtime-friendly settings in /etc/security and
/usr/lib/systemd, but these are not enough for truly realtime workflows
like audio creation. For these they also need adequate defaults for the
`rtprio` and `nice` values.

Arch's `realtime-privileges` package lays down a config file that gives
these to users in the "realtime" group. We don't put new users in that
group because not every user will need it, but we can at least write
some documentation around the topic.
This commit is contained in:
Nate Graham
2026-03-08 12:02:46 -06:00
parent f7e76c777b
commit bc26293471

View File

@@ -23,6 +23,7 @@ Packages=
noto-fonts-emoji
plymouth
qt6-multimedia-ffmpeg
realtime-privileges # `realtime` group and realtime privileges for processes using it
socat
systemd
systemd-resolvconf