guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit a85143d7407ff9f8c24238519e47603d2fcbb1d7
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Apr 20 17:54:47 2025 +0200

    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 <[email protected]>
    Merges: #2659
---
 gnu/system/hurd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 5e47798cbd..fa63a8cbef 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 <[email protected]>
+;;; Copyright © 2020-2025 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
 ;;;
 ;;; 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

Reply via email to