mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-19 14:04:06 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user