mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: dbus: Add description.
* gnu/services/dbus.scm (dbus-root-service-type)[description]: New field.
This commit is contained in:
parent
298fb2907e
commit
a01d2e300a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue