summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-06-05 01:41:11 +0200
committerLudovic Courtès <ludo@gnu.org>2017-06-05 01:42:38 +0200
commit3bee4b61963bf0e0da4e5a52a0ba24fe0aae2302 (patch)
tree6a90c79b25ec7bfc71b95539bbef9203592848bb /doc
parent368680d819f248da19512fb32b911705c5bca5a4 (diff)
downloadguix-patches-3bee4b61963bf0e0da4e5a52a0ba24fe0aae2302.tar
guix-patches-3bee4b61963bf0e0da4e5a52a0ba24fe0aae2302.tar.gz
services: guix: Add 'max-silent-time' and 'timeout'.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time] [timeout]: New fields. (guix-shepherd-service): Honor them. * doc/guix.texi (Base Services): Document them.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index e8fba43afe..13e692ff66 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9260,6 +9260,12 @@ Whether to use substitutes.
@item @code{substitute-urls} (default: @var{%default-substitute-urls})
The list of URLs where to look for substitutes by default.
+@item @code{max-silent-time} (default: @code{0})
+@itemx @code{timeout} (default: @code{0})
+The number of seconds of silence and the number of seconds of activity,
+respectively, after which a build process times out. A value of zero
+disables the timeout.
+
@item @code{extra-options} (default: @code{'()})
List of extra command-line options for @command{guix-daemon}.