mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
84e7feab83
commit
5b4ae0b5c2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue