diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2023-08-30 11:12:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:49:34 +0200 |
commit | 67d640ef36f2e599c84ab6acd3fc58b3b94369d8 (patch) | |
tree | 601acd1b54c26b08153bb6db9201a06b7ace2843 /guix/scripts/system.scm | |
parent | b6d89759a78eee07d3d72035d250e2830a846cdc (diff) |
guix: scripts: system: Export report-shepherd-error.
* (guix/scripts/system.scm): Export report-shepherd-error.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix/scripts/system.scm')
-rw-r--r-- | guix/scripts/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 1154843be6..23eb215561 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)) |