slackbuilds_ponce/system/rtkit/README
Lockywolf 1aade28621
system/rtkit: Added (Realtime Policy and Watchdog Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-19 21:01:06 +07:00

12 lines
351 B
Text

rtkit is a dbus service needed for pipewire to apply for a realtime
priority.
It needs a separate user to run.
groupadd -g 378 rtkit
useradd -u 378 -s /bin/false -d /var/lib/rtkit \
-g rtkit rtkit
In principle, pipewire may function without this service, but it
helps to placate some error messages present on Slackware 15.0
default setup.