install: Use ‘shepherd-system-log-service-type’.

This is a followup to d0510dcd82, 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
This commit is contained in:
Ludovic Courtès 2025-03-10 18:21:23 +01:00
parent 84e7feab83
commit 5b4ae0b5c2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014-2022, 2024 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014-2022, 2024-2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@ -376,7 +376,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
(normal-tty "tty6") (normal-tty "tty6")
;; The usual services. ;; The usual services.
(service syslog-service-type) (service shepherd-system-log-service-type)
;; Use the Avahi daemon to discover substitute servers on the local ;; Use the Avahi daemon to discover substitute servers on the local
;; network. It can be faster than fetching from remote servers. ;; network. It can be faster than fetching from remote servers.