From b2a6f65753aa6ec15c630f2285f9bae4de84e13e Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Fri, 17 Oct 2025 12:03:32 +0000 Subject: [PATCH] doc: Fix documentation of unattended-upgrade-service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Unattended Upgrades): Replace mention of mcron with Shepherd Timers. Change-Id: I7e0a509a33e15834429ec4cc0b735a5247cff9d9 Signed-off-by: Ludovic Courtès --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index aeecf81061..2235b93a21 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24714,8 +24714,8 @@ To ensure that upgrades are actually happening, you can run the unattended upgrade log file (see below). @defvar unattended-upgrade-service-type -This is the service type for unattended upgrades. It sets up an mcron -job (@pxref{Scheduled Job Execution}) that runs @command{guix system +This is the service type for unattended upgrades. It sets up a Shepherd +Timer (@pxref{Scheduled Job Execution}) that runs @command{guix system reconfigure} from the latest version of the specified channels. Its value must be a @code{unattended-upgrade-configuration} record (see