mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user