From 05c5b165851cdbe312e1340a2e6776d1c64d63a3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 5 Feb 2016 16:49:05 +0100 Subject: 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 file changed, 5 insertions(+) (limited to 'gnu') diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 71d0f58cd7..36e336f5ca 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. )))) -- cgit v1.2.3