mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02:00
services: elogind: Add elogind as a shepherd PAM requirement.
* gnu/services/desktop.scm (pam-extension-procedure): Add the elogind shepherd requirement to the PAM extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
2df5d4fd18
commit
c970edad23
@@ -1192,7 +1192,8 @@ seats.)"
|
||||
(lambda (pam)
|
||||
(pam-service
|
||||
(inherit pam)
|
||||
(session (cons pam-elogind (pam-service-session pam)))))))))
|
||||
(session (cons pam-elogind (pam-service-session pam))))))
|
||||
(shepherd-requirements '(elogind)))))
|
||||
|
||||
(define (elogind-shepherd-service config)
|
||||
"Return a Shepherd service to start elogind according to @var{config}."
|
||||
|
||||
Reference in New Issue
Block a user