diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2018-03-10 23:09:56 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-22 11:48:03 +0100 |
commit | b75e1df663df6e04b92d2bf2db39d2ddf72fd545 (patch) | |
tree | eb096a4327373fa0824a1be1d49f7d917070de15 /doc/guix.texi | |
parent | ca5b73114f13e6f34ded3c415721939c196e07dd (diff) | |
download | guix-b75e1df663df6e04b92d2bf2db39d2ddf72fd545.tar guix-b75e1df663df6e04b92d2bf2db39d2ddf72fd545.tar.gz |
doc: Add index entries for realtime and jackd in the manual.
* doc/guix.texi (Base Services): Add realtime and jackd indices to the
`pam-limits-service' service, as the examples shows how they can be
configured.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7219ef4d0f..7617d7fe16 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10396,6 +10396,8 @@ to add @var{device} to the kernel's entropy pool. The service will fail if @cindex session limits @cindex ulimit @cindex priority +@cindex realtime +@cindex jackd @deffn {Scheme Procedure} pam-limits-service [#:limits @code{'()}] Return a service that installs a configuration file for the |