[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
- branch master updated (81635ad -> 4e39604), Ludovic Courtès, 2017/09/07
- 02/06: gnu: elogind: Remove unnecessary configure flag., Ludovic Courtès, 2017/09/07
- 01/06: doc: Update elogind URL., Ludovic Courtès, 2017/09/07
- 03/06: marionette: 'wait-for-file' can be passed a read procedure., Ludovic Courtès, 2017/09/07
- 04/06: services: elogind: Add default value.,
Ludovic Courtès <=
- 06/06: tests: Fix incorrect use of 'file-append'., Ludovic Courtès, 2017/09/07
- 05/06: gnu: elogind: Use itself as the cgroup controller., Ludovic Courtès, 2017/09/07