diff options
author | Christopher Baines <mail@cbaines.net> | 2017-07-26 12:22:38 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-08-09 23:50:27 +0100 |
commit | f2d8e7f720c92dfb0f49d61f7b66d45e3e63e4cd (patch) | |
tree | 1e00de539777963bb2d716e470a7dd20e04e5f0d /doc | |
parent | 761f5865c8fe1a6cda5d1481782ecf3f8fff4602 (diff) | |
download | patches-f2d8e7f720c92dfb0f49d61f7b66d45e3e63e4cd.tar patches-f2d8e7f720c92dfb0f49d61f7b66d45e3e63e4cd.tar.gz |
services: Add missing wrap-lines option to tailon.
* gnu/services/admin.scm (<tailon-configuration-file>): Add wrap-lines.
(tailon-configuration-wrap-lines): New procedure.
(tailon-configuration-file-compiler): Add support for wrap-lines.
* doc/guix.texi (Monitoring Services): Document the wrap-lines Tailon
configuration option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 88bf0bb621..e4903be831 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13769,6 +13769,11 @@ Commands to allow running. By default, @code{sed} is disabled. @item @code{debug?} (default: @code{#f}) Set @code{debug?} to @code{#t} to show debug messages. +@item @code{wrap-lines} (default: @code{#t}) +Initial line wrapping state in the web interface. Set to @code{#t} to +initially wrap lines (the default), or to @code{#f} to initially not +wrap lines. + @end table @end deftp |