From 5b4ae0b5c2d63e40c8adaf15d9ce0c456189f321 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 10 Mar 2025 18:21:23 +0100 Subject: install: Use ‘shepherd-system-log-service-type’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to d0510dcd824e1b3fda62a8841e792581d7b8de8d, which wrongfully assumed that this was already the case. * gnu/system/install.scm (%installation-services): Replace ‘syslog-service-type’ by ‘shepherd-system-log-service-type’. Change-Id: I349454b8d005c67d2c6d6b5475f74d16c9006006 --- gnu/system/install.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 4de903c59b..15ea401f1c 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014-2022, 2024 Ludovic Courtès +;;; Copyright © 2014-2022, 2024-2025 Ludovic Courtès ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2016 Andreas Enge ;;; Copyright © 2017 Marius Bakke @@ -376,7 +376,7 @@ (define bare-bones-os (normal-tty "tty6") ;; The usual services. - (service syslog-service-type) + (service shepherd-system-log-service-type) ;; Use the Avahi daemon to discover substitute servers on the local ;; network. It can be faster than fetching from remote servers. -- cgit v1.2.3