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.
This commit is contained in:
		
							parent
							
								
									2da4f2dd8e
								
							
						
					
					
						commit
						7f39e181df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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."
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue