diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-27 21:35:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-27 21:41:38 +0200 |
commit | c8695f325dc96fb54b3a99711533ca8503c677e2 (patch) | |
tree | 0f09ac7983a2c7d8b653fd0e13211e0d2fac9306 /doc | |
parent | 194ccecf778faf28be0bce31c629211feb6f1a0a (diff) | |
download | patches-c8695f325dc96fb54b3a99711533ca8503c677e2.tar patches-c8695f325dc96fb54b3a99711533ca8503c677e2.tar.gz |
services: avahi: Add #:debug? parameter.
* gnu/services/avahi.scm (<avahi-configuration>)[debug?]: New field.
(avahi-shepherd-service): Honor it.
(avahi-service): Add #:debug? and honor it.
* doc/guix.texi (Networking Services): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 379c9f699b..62c0d34805 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7767,7 +7767,7 @@ The @code{(gnu services avahi)} provides the following definition. @deffn {Scheme Procedure} avahi-service [#:avahi @var{avahi}] @ [#:host-name #f] [#:publish? #t] [#:ipv4? #t] @ [#:ipv6? #t] [#:wide-area? #f] @ - [#:domains-to-browse '()] + [#:domains-to-browse '()] [#:debug? #f] Return a service that runs @command{avahi-daemon}, a system-wide mDNS/DNS-SD responder that allows for service discovery and "zero-configuration" host name lookups (see @uref{http://avahi.org/}), and |