diff options
Diffstat (limited to 'doc/guix.texi')
-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} |