From 73899752f880a3444ab99490cbdf751163ef38eb Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 20 Apr 2025 17:54:47 +0200 Subject: system: hurd: Switch to the Shepherd’s system log. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Merges: #2659 Signed-off-by: Rutherther --- gnu/system/hurd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 +;;; Copyright © 2020-2025 Ludovic Courtès ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen ;;; ;;; 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 -- cgit v1.3