mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
2df5d4fd18
commit
c970edad23
1 changed files with 2 additions and 1 deletions
|
@ -1192,7 +1192,8 @@ (module (file-append (elogind-package config)
|
|||
(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}."
|
||||
|
|
Loading…
Reference in a new issue