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
parent
2da4f2dd8e
commit
7f39e181df
|
@ -424,7 +424,7 @@ site} for more information."
|
||||||
(shell "/run/current-system/profile/sbin/nologin"))))
|
(shell "/run/current-system/profile/sbin/nologin"))))
|
||||||
|
|
||||||
(define %polkit-pam-services
|
(define %polkit-pam-services
|
||||||
(list (unix-pam-service "polkit-1")))
|
(list (unix-pam-service "polkitd")))
|
||||||
|
|
||||||
(define (polkit-dmd-service polkit)
|
(define (polkit-dmd-service polkit)
|
||||||
"Return the <dmd-service> for POLKIT."
|
"Return the <dmd-service> for POLKIT."
|
||||||
|
|
Reference in New Issue