diff options
| author | 陈功 <andy@andycbruce.com> | 2026-03-12 12:47:36 -0700 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-19 07:37:06 +0100 |
| commit | fd9d0b3530485305033cfea37e0dc96f85209011 (patch) | |
| tree | c7ed77cbdcac1b0b4a82a388be2a89661fafbddc /doc | |
| parent | 9bfbf735b916253c4601ca74b8d3dca6d90584f2 (diff) | |
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>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 476a3e036c..e7bcd174a8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |
