diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-04-20 17:54:47 +0200 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:39 +0100 |
| commit | 73899752f880a3444ab99490cbdf751163ef38eb (patch) | |
| tree | e53ef2363cf8674210de72c3607778b2f81701e6 /gnu/system | |
| parent | b2ada25a26755ebd40439d68f039d9aa9b2ad0e8 (diff) | |
system: hurd: Switch to the Shepherd’s system log.
This is a followup to 8492a3c8962664db4bd0e7475f63be0ef59db87a.
* gnu/system/hurd.scm (%base-services/hurd): Replace
‘syslog-service-type’ by ‘shepherd-system-log-service-type’.
Change-Id: I3e12087a04f06210bd10b649b29fcf9949c5aa35
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #2659
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/hurd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 5e47798cbd9..fa63a8cbef3 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2020-2024 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2020-2025 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; ;;; This file is part of GNU Guix. @@ -90,7 +90,7 @@ `(("/bin/sh" ,(file-append bash "/bin/sh")) ("/usr/bin/env" ,(file-append coreutils "/bin/env")))) - (service syslog-service-type)) + (service shepherd-system-log-service-type)) (map (lambda (n) (service hurd-getty-service-type (hurd-getty-configuration |
