From edba1ef3c42ee487b893a80757dff31ca93f8027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org> Date: Thu, 6 Feb 2025 17:08:36 +0100 Subject: [PATCH] =?UTF-8?q?head-node:=20=E2=80=98unattended-upgrade?= =?UTF-8?q?=E2=80=99=20restarts=20itself.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * head-node.scm <top level>(unattended-upgrade-configuration): Add ‘unattended-upgrade’ to the list of services to restart. --- head-node.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head-node.scm b/head-node.scm index e2d239d..486f302 100644 --- a/head-node.scm +++ b/head-node.scm @@ -481,7 +481,7 @@ CALENDAR, a gexp, and ensures at least FREE-SPACE GiB are available." (unattended-upgrade-configuration (operating-system-file this-file) (services-to-restart - '(mcron nginx guix-daemon qemu-binfmt tor)) + '(mcron nginx guix-daemon qemu-binfmt tor unattended-upgrade)) (channels #~(cons* (channel (name 'cuirass) -- GitLab