From 67d640ef36f2e599c84ab6acd3fc58b3b94369d8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 30 Aug 2023 11:12:43 +0200 Subject: [PATCH] guix: scripts: system: Export report-shepherd-error. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * (guix/scripts/system.scm): Export report-shepherd-error. Signed-off-by: Ludovic Courtès --- guix/scripts/system.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 1154843be66..23eb2155618 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -94,6 +94,7 @@ read-operating-system profile-boot-parameters + report-shepherd-error service-node-type shepherd-service-node-type))