mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
services: guix-service: Add service documentation.
* gnu/services/base.scm (guix-service): Add 'documentation' field to the service.
This commit is contained in:
parent
aa4ed92314
commit
52b76622e4
1 changed files with 1 additions and 0 deletions
|
@ -640,6 +640,7 @@ (define activate
|
|||
|
||||
(with-monad %store-monad
|
||||
(return (service
|
||||
(documentation "Run the Guix daemon.")
|
||||
(provision '(guix-daemon))
|
||||
(requirement '(user-processes))
|
||||
(start
|
||||
|
|
Loading…
Reference in a new issue