mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
services: Add descriptions.
* gnu/services/dbus.scm (polkit-service-type)[description]: New field. * gnu/services/dict.scm (dicod-service-type)[description]: New field. * gnu/services/dns.scm (knot-service-type)[description]: New field. * gnu/services/networking.scm (dhcpd-service-type)[description]: New field. * gnu/services/shepherd.scm (shepherd-root-service-type)[description]: New field. * gnu/services/xorg.scm (slim-service-type)[description]: New field. (screen-locker-service-type)[description]: New field. * gnu/system/pam.scm (pam-root-service-type)[description]: New field. * gnu/system/shadow.scm (account-service-type)[description]: New field.
This commit is contained in:
@@ -105,7 +105,11 @@
|
||||
(extensions (list (service-extension boot-service-type
|
||||
shepherd-boot-gexp)
|
||||
(service-extension profile-service-type
|
||||
(const (list shepherd)))))))
|
||||
(const (list shepherd)))))
|
||||
(description
|
||||
"Run the GNU Shepherd as PID 1---i.e., the operating system's first
|
||||
process. The Shepherd takes care of managing services such as daemons by
|
||||
ensuring they are started and stopped in the right order.")))
|
||||
|
||||
(define %shepherd-root-service
|
||||
;; The root shepherd service, aka. PID 1. Its parameter is a list of
|
||||
|
||||
Reference in New Issue
Block a user