From b732d702f9732493a21bba7886068fd385e12fc5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Note Date: Tue, 30 Apr 2024 15:36:21 +0000 Subject: services: syslog: Add extra-options argument to syslog service. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/base.scm (): 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 --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/guix.texi') 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 -- cgit v1.2.3