civodul pushed a commit to branch master
in repository guix.

commit 05c5b165851cdbe312e1340a2e6776d1c64d63a3
Author: Ludovic Courtès <[email protected]>
Date:   Fri Feb 5 16:49:05 2016 +0100

    services: elogind: Add elogind to the global profile.
    
    * gnu/services/desktop.scm (elogind-service-type): Extend
    PROFILE-SERVICE-TYPE.
---
 gnu/services/desktop.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 71d0f58..36e336f 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -675,6 +675,11 @@ include the @command{udisksctl} command, part of UDisks, 
and GNOME Disks."
                                           (compose list elogind-package))
                        (service-extension polkit-service-type
                                           (compose list elogind-package))
+
+                       ;; Provide the 'loginctl' command.
+                       (service-extension profile-service-type
+                                          (compose list elogind-package))
+
                        ;; TODO: Extend PAM with pam_elogind.so.
                        ))))
 

Reply via email to