services: elogind: Add default value.

* gnu/services/desktop.scm (elogind-service-type)[default-value]: New
field.
master
Ludovic Courtès 2017-09-07 23:52:59 +02:00
parent 13877c3453
commit cf42428a4a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -732,7 +732,8 @@ seats.)"
;; We need /run/user, /run/systemd, etc.
(service-extension file-system-service-type
(const %elogind-file-systems))))))
(const %elogind-file-systems))))
(default-value (elogind-configuration))))
(define* (elogind-service #:key (config (elogind-configuration)))
"Return a service that runs the @command{elogind} login and seat management