diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 23:01:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 23:57:19 +0100 |
commit | b17e326f1731d7170a48cfad4d9d4c91bad7b8a4 (patch) | |
tree | 578d5f9eb2c14fa3d13fb4e3d0fe3140461fc582 /doc | |
parent | 2eadd8285ac8f8ba40a803fe7cb539403a2cf9af (diff) | |
download | patches-b17e326f1731d7170a48cfad4d9d4c91bad7b8a4.tar patches-b17e326f1731d7170a48cfad4d9d4c91bad7b8a4.tar.gz |
services: cuirass: Add 'log-file' option.
* gnu/services/cuirass.scm (<cuirass-configuration>)[log-file]: New
field.
(cuirass-shepherd-service): Pass it to 'make-forkexec-constructor'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a9f9851394..46d006df8c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11990,6 +11990,9 @@ accessible in other @code{cuirass-configuration} fields. Data type representing the configuration of Cuirass. @table @asis +@item @code{log-file} (default: @code{"/var/log/cuirass.log"}) +Location of the log file. + @item @code{cache-directory} (default: @code{""}) Location of the repository cache. |