Skip to content
Snippets Groups Projects
Commit 7f39e181 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 2da4f2dd
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ (define %polkit-accounts
(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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment