From 7f39e181dfb34db8f245f3ffafe34eec9cee910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 11 Oct 2015 22:24:31 +0200 Subject: 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. --- gnu/services/desktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 12a48bd5ee..69edc6d9bb 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -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 for POLKIT." -- cgit v1.2.3