services: dbus: Add description.

* gnu/services/dbus.scm (dbus-root-service-type)[description]: New
field.
This commit is contained in:
Ludovic Courtès 2019-11-13 22:07:51 +01:00
parent 298fb2907e
commit a01d2e300a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -229,7 +229,10 @@ (define dbus-root-service-type
(append (dbus-configuration-services config)
services)))))
(default-value (dbus-configuration))))
(default-value (dbus-configuration))
(description "Run the system-wide D-Bus inter-process message
bus. It allows programs and daemons to communicate and is also responsible
for spawning (@dfn{activating}) D-Bus services on demand.")))
(define* (dbus-service #:key (dbus dbus) (services '()))
"Return a service that runs the \"system bus\", using @var{dbus}, with