diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-09-13 16:01:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-09-16 17:47:46 +0200 |
commit | b714395a39fffc60f75408504a23dfe27ad13fc2 (patch) | |
tree | 0ddf0e4f385d0809ad0d0d1ce67aa0b3128f74fb /doc | |
parent | c7ae219e399804a8eb33f176e532a79b389ee1f1 (diff) | |
download | guix-b714395a39fffc60f75408504a23dfe27ad13fc2.tar guix-b714395a39fffc60f75408504a23dfe27ad13fc2.tar.gz |
services: Add a description and location for each service type.
* gnu/services.scm (<service-type>)[description, location]: New field.
* doc/guix.texi (Service Types and Services): Document 'description'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c9505f41d7..b2eed51bd0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18020,6 +18020,10 @@ Udev extensions are composed into a list of rules, but the udev service value is itself a @code{<udev-configuration>} record. So here, we extend that record by appending the list of rules it contains to the list of contributed rules. + +@item description +This is a string giving an overview of the service type. The string can +contain Texinfo markup (@pxref{Overview,,, texinfo, GNU Texinfo}). @end table There can be only one instance of an extensible service type such as |