diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2017-09-18 22:12:18 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2017-09-26 18:15:41 +0200 |
commit | 326f6ef10f2ac774455751ab08cab8fc55e7e44d (patch) | |
tree | 250e633d9959f067a17f85a44be77ec47f11ee2a /doc | |
parent | a928ed4740782047c4b791a44525baa21edba23b (diff) | |
download | guix-326f6ef10f2ac774455751ab08cab8fc55e7e44d.tar guix-326f6ef10f2ac774455751ab08cab8fc55e7e44d.tar.gz |
services: cuirass: Add host option.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add host option.
(cuirass-shepherd-service): Pass host option.
* doc/guix.texi (Continuous Integration): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0462a64190..fff3fbd5fd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15414,6 +15414,10 @@ added specifications. @item @code{port} (default: @code{8081}) Port number used by the HTTP server. +@item --listen=@var{host} +Listen on the network interface for @var{host}. The default is to +accept connections from localhost. + @item @code{specifications} (default: @code{#~'()}) A gexp (@pxref{G-Expressions}) that evaluates to a list of specifications, where a specification is an association list |