[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: services: elogind: Add elogind to the global profile.
From: |
Ludovic Courtès |
Subject: |
03/03: services: elogind: Add elogind to the global profile. |
Date: |
Fri, 05 Feb 2016 21:11:10 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 05c5b165851cdbe312e1340a2e6776d1c64d63a3
Author: Ludovic Courtès <address@hidden>
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.
))))