diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-10-17 12:03:32 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-06 23:29:45 +0100 |
| commit | b2a6f65753aa6ec15c630f2285f9bae4de84e13e (patch) | |
| tree | 88a6a172a6747df16043d9593c6e8188a9c33461 /doc | |
| parent | 189712d428dc22c5a698216a812dd652725223a3 (diff) | |
doc: Fix documentation of unattended-upgrade-service
* doc/guix.texi (Unattended Upgrades): Replace mention of mcron with Shepherd
Timers.
Change-Id: I7e0a509a33e15834429ec4cc0b735a5247cff9d9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index aeecf810613..2235b93a216 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 |
