services: shepherd: 'shepherd-service-type' requires documentation.
authorLudovic Courtès <ludo@gnu.org>
Wed, 13 Jan 2021 21:14:00 +0000 (22:14 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 13 Jan 2021 21:24:18 +0000 (22:24 +0100)
commit0d22fc8d36e4efba9748c94cab7cedbbe2bbb5bf
tree451da0a3e0d2a7f4f1a536672c0b31c452f4beef
parente9f3a800e25b77abd6d67228fdecd006a67cbef3
services: shepherd: 'shepherd-service-type' requires documentation.

* gnu/services/shepherd.scm (shepherd-service-type): Require a
'description' form.
* gnu/services/base.scm (root-file-system-service-type)
(rngd-service-type, host-name-service-type):
(virtual-terminal-service-type, console-keymap-service-type)
(syslog-service-type, swap-service-type)
(kmscon-service-type): Add description.
* gnu/services/networking.scm (dhcp-client-service-type): Likewise.
* gnu/system/install.scm (cow-store-service-type): Likewise.
* gnu/system/linux-container.scm (dummy-networking-service-type):
Likewise.
* gnu/system/mapped-devices.scm (device-mapping-service-type):
Likewise.
* tests/guix-system.sh: Likewise.
gnu/services/base.scm
gnu/services/networking.scm
gnu/services/shepherd.scm
gnu/system/install.scm
gnu/system/linux-container.scm
gnu/system/mapped-devices.scm
tests/guix-system.sh