diff options
author | Jean-Baptiste Note <jean-baptiste.note@m4x.org> | 2024-04-30 15:36:21 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-23 20:45:31 +0100 |
commit | b732d702f9732493a21bba7886068fd385e12fc5 (patch) | |
tree | bd0ffab44a6add9ba75e3c83fcf038b2b2e0815e /doc | |
parent | ecb8ca6266484d4f896f155b38d3c8ea122450da (diff) |
services: syslog: Add extra-options argument to syslog service.
* gnu/services/base.scm (<syslog-configuration>): Add extra-options field.
(syslog-shepherd-service): Use it when running the service.
* doc/guix.texi: Document it.
Change-Id: I540d070b9a9678b45ec9fa28d6fdc761f9b3fd9a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 f7b7569887..31deb5b003 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -19874,6 +19874,9 @@ The syslog configuration file to use. @xref{syslogd invocation,,, inetutils, GNU Inetutils}, for more information on the configuration file syntax. +@item @code{extra-options} (default: @code{'()}) +List of extra command-line options for @command{syslog}. + @end table @end deftp |