services: For "gdm-password" pam service, include "limits.conf".
* gnu/services/base.scm (pam-limits-service-type): For "gdm-password" pam service, include "limits.conf". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									b6b257ed94
								
							
						
					
					
						commit
						0bf7d34d77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1478,7 +1478,7 @@ information on the configuration file syntax."
 | 
				
			||||||
                              (module "pam_limits.so")
 | 
					                              (module "pam_limits.so")
 | 
				
			||||||
                              (arguments '("conf=/etc/security/limits.conf")))))
 | 
					                              (arguments '("conf=/etc/security/limits.conf")))))
 | 
				
			||||||
             (if (member (pam-service-name pam)
 | 
					             (if (member (pam-service-name pam)
 | 
				
			||||||
                         '("login" "su" "slim"))
 | 
					                         '("login" "su" "slim" "gdm-password"))
 | 
				
			||||||
                 (pam-service
 | 
					                 (pam-service
 | 
				
			||||||
                  (inherit pam)
 | 
					                  (inherit pam)
 | 
				
			||||||
                  (session (cons pam-limits
 | 
					                  (session (cons pam-limits
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue