mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
1aade28621
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
351 B
Text
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.
|