mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
services: prosody: Add a description to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[description]: New field.
This commit is contained in:
parent
1697048ff2
commit
9c6a461cf0
1 changed files with 3 additions and 1 deletions
|
@ -691,7 +691,9 @@ (define prosody-service-type
|
|||
(service-extension account-service-type
|
||||
(const %prosody-accounts))
|
||||
(service-extension activation-service-type
|
||||
prosody-activation)))))
|
||||
prosody-activation)))
|
||||
(description
|
||||
"Run Prosody, a modern XMPP communication server.")))
|
||||
|
||||
;; A little helper to make it easier to document all those fields.
|
||||
(define (generate-documentation)
|
||||
|
|
Loading…
Reference in a new issue