me
/
guix
Archived
1
0
Fork 0

services: dbus: Add description.

* gnu/services/dbus.scm (dbus-root-service-type)[description]: New
field.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -229,7 +229,10 @@ includes the @code{etc/dbus-1/system.d} directories of each package listed in
(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