diff --git a/gnu/services.scm b/gnu/services.scm index 68fa4ebb63..e3d4fcc232 100644 --- a/gnu/services.scm +++ b/gnu/services.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès +;;; Copyright © 2015-2022 Ludovic Courtès ;;; Copyright © 2016 Chris Marusich ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2020, 2021 Ricardo Wurmus @@ -735,7 +735,9 @@ (define hurd-startup-service-type (service-type (name 'startup) (extensions (list (service-extension system-service-type hurd-rc-entry))) - (default-value %hurd-rc-script))) + (default-value %hurd-rc-script) + (description "This service creates an @file{rc} script in the +system; that script is responsible for booting the Hurd."))) (define %hurd-startup-service ;; The service that produces the RC script.