diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-03-04 21:17:38 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-30 23:18:16 +0200 |
| commit | ed5053188565063b353711772fc2dc3ca50e8568 (patch) | |
| tree | 00a40adcceb593494f618e2be805ba3aef59e511 /gnu/packages/benchmark.scm | |
| parent | 59878230f4d1ddc017c8e385d71a8851ab677a81 (diff) | |
services: base: Deprecate 'pam-limits-service' procedure.
* doc/guix.texi (Base Services): Replace pam-limits-service with pam-limits-service-type.
* gnu/packages/benchmark.scm (python-locust)[description]: Update index anchor to manual.
* gnu/services/base.scm (pam-limits-service-type): Set default value.
(pam-limits-service): Deprecate procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 33e2466da99..fd8513f41d6 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm | |||
| @@ -458,7 +458,7 @@ test any system or protocol. | |||
| 458 | 458 | ||
| 459 | Note: Locust will complain if the available open file descriptors limit for | 459 | Note: Locust will complain if the available open file descriptors limit for |
| 460 | the user is too low. To raise such limit on a Guix System, refer to | 460 | the user is too low. To raise such limit on a Guix System, refer to |
| 461 | @samp{info guix --index-search=pam-limits-service}.") | 461 | @samp{info guix --index-search=pam-limits-service-type}.") |
| 462 | (license license:expat))) | 462 | (license license:expat))) |
| 463 | 463 | ||
| 464 | (define-public interbench | 464 | (define-public interbench |
