mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: dbus: Add rtkit service.
* gnu/services/dbus.scm (rtkit-service-type): New variable. (rtkit-configuration): New record. Change-Id: I5078cb5032824c7799e7d26962911bbc67527562 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
9bfbf735b9
commit
fd9d0b3530
@@ -27860,6 +27860,23 @@ Log level to output logs. Possible values: @samp{"silent"}, @samp{"error"},
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
@defvar rtkit-service-type
|
||||
Type for the service that allows D-Bus to start the RealtimeKit D-Bus
|
||||
service. The RTKit service provides a system D-Bus interface for user
|
||||
processes, such as PipeWire, to securely use realtime scheduling.
|
||||
|
||||
The value for this service is a @code{<rtkit-configuration>} object.
|
||||
@end defvar
|
||||
|
||||
@deftp {Data Type} rtkit-configuration
|
||||
Data type representing the configuration for @code{rtkit-service-type}.
|
||||
|
||||
@table @asis
|
||||
@item @code{rtkit} (default: @code{rtkit}) (type: file-like)
|
||||
Package object for RTKit.
|
||||
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
@node Sound Services
|
||||
@subsection Sound Services
|
||||
|
||||
Reference in New Issue
Block a user