From 2db03437e74407152d4e3cbd6b234baeda670fcf Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Thu, 3 Oct 2024 10:53:05 +0530 Subject: [PATCH 4/4] Document the new auto-start? field for wireguard-service-type. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 52e36e4354..50676997e2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34396,6 +34396,10 @@ special values: @code{"off"} that disables the creation of routes altogether, and @code{"auto"} (the default) that adds routes to the default table and enables special handling of default routes. +@item @code{auto-start?} (default: @code{#t}) (type: boolean) +Whether the service should be started automatically. If it +is @code{#f} the service has to be started manually with @command{herd start}. + @end table @end deftp -- 2.46.0