me
/
guix
Archived
1
0
Fork 0

Revert "services: elogind: Provide '%elogind-file-systems' by extension."

This reverts commit 3cf319a3f8.
master
Mark H Weaver 2016-08-22 08:16:37 -04:00
parent 5f2a7f4fcb
commit 17073dafc5
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
2 changed files with 2 additions and 7 deletions

View File

@ -27,8 +27,6 @@
#:use-module (gnu services avahi)
#:use-module (gnu services xorg)
#:use-module (gnu services networking)
#:use-module ((gnu system file-systems)
#:select (%elogind-file-systems))
#:use-module (gnu system shadow)
#:use-module (gnu system pam)
#:use-module (gnu packages glib)
@ -762,11 +760,7 @@ seats.)"
;; Extend PAM with pam_elogind.so.
(service-extension pam-root-service-type
pam-extension-procedure)
;; We need /run/user, /run/systemd, etc.
(service-extension file-system-service-type
(const %elogind-file-systems))))))
pam-extension-procedure)))))
(define* (elogind-service #:key (config (elogind-configuration)))
"Return a service that runs the @command{elogind} login and seat management

View File

@ -257,6 +257,7 @@ TARGET in the other system."
(append (list %pseudo-terminal-file-system
%shared-memory-file-system
%immutable-store)
%elogind-file-systems
%control-groups))
;; File systems for Linux containers differ from %base-file-systems in that