~ruther/guix-local

7f39e181dfb34db8f245f3ffafe34eec9cee910d — Ludovic Courtès 10 years ago 2da4f2d
services: polkit: Use the right executable name for PAM.

* gnu/services/desktop.scm (%polkit-pam-services): Change "polkit-1" to
  "polkitd", which is the actual name of the executable.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/desktop.scm
M gnu/services/desktop.scm => gnu/services/desktop.scm +1 -1
@@ 424,7 424,7 @@ site} for more information."
         (shell "/run/current-system/profile/sbin/nologin"))))

(define %polkit-pam-services
  (list (unix-pam-service "polkit-1")))
  (list (unix-pam-service "polkitd")))

(define (polkit-dmd-service polkit)
  "Return the <dmd-service> for POLKIT."