diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-04 10:51:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-04 11:48:52 +0100 |
commit | 44abcb28686fbe72b576c0c5b4d92f04a675270f (patch) | |
tree | 98e50abfbb59ca3cec9e173008cf75cec9234890 /doc | |
parent | 4ce783a2f9edc5cf1024b02e3c434ed361e8897d (diff) | |
download | guix-44abcb28686fbe72b576c0c5b4d92f04a675270f.tar guix-44abcb28686fbe72b576c0c5b4d92f04a675270f.tar.gz |
doc: Mention syslogd configuration.
* gnu/services/base.scm (syslog-service): Add xref to Inetutils in the
docstring.
(%default-syslog.conf): Export.
* doc/guix.texi (Base Services): Update accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 67a794aa15..44cddf84da 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6984,10 +6984,14 @@ external name servers do not even need to be queried. @end defvr -@deffn {Scheme Procedure} syslog-service [#:config-file #f] -Return a service that runs @code{syslogd}. If configuration file name -@var{config-file} is not specified, use some reasonable default +@deffn {Scheme Procedure} syslog-service @ + [#:config-file @var{%default-syslog.conf}] +Return a service that runs @command{syslogd}. If configuration file +name @var{config-file} is not specified, use some reasonable default settings. + +@xref{syslogd invocation,,, inetutils, GNU Inetutils}, for more +information on the configuration file syntax. @end deffn @anchor{guix-configuration-type} |