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 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2020-2024 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2020-2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> | 3 | ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| @@ -90,7 +90,7 @@ | |||
| 90 | `(("/bin/sh" ,(file-append bash "/bin/sh")) | 90 | `(("/bin/sh" ,(file-append bash "/bin/sh")) |
| 91 | ("/usr/bin/env" ,(file-append coreutils | 91 | ("/usr/bin/env" ,(file-append coreutils |
| 92 | "/bin/env")))) | 92 | "/bin/env")))) |
| 93 | (service syslog-service-type)) | 93 | (service shepherd-system-log-service-type)) |
| 94 | (map (lambda (n) | 94 | (map (lambda (n) |
| 95 | (service hurd-getty-service-type | 95 | (service hurd-getty-service-type |
| 96 | (hurd-getty-configuration | 96 | (hurd-getty-configuration |
