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.
master
Ludovic Courtès 2015-10-11 22:24:31 +02:00
parent 2da4f2dd8e
commit 7f39e181df
1 changed files with 1 additions and 1 deletions

View File

@ -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."