guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: services: polkit: Use the right executable name for PAM.


From: Ludovic Courtès
Subject: 02/02: services: polkit: Use the right executable name for PAM.
Date: Sun, 11 Oct 2015 20:28:36 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7f39e181dfb34db8f245f3ffafe34eec9cee910d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 11 22:24:31 2015 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 12a48bd..69edc6d 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 <dmd-service> for POLKIT."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]