guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: services: elogind: Add default value.


From: Ludovic Courtès
Subject: 04/06: services: elogind: Add default value.
Date: Thu, 7 Sep 2017 18:11:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cf42428a4a3c182f9d99bebaba868ef47d88c3e2
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 7 23:52:59 2017 +0200

    services: elogind: Add default value.
    
    * gnu/services/desktop.scm (elogind-service-type)[default-value]: New
    field.
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 98f1198..527a310 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]