services: elogind: Add elogind to the global profile.
* gnu/services/desktop.scm (elogind-service-type): Extend PROFILE-SERVICE-TYPE.
This commit is contained in:
		
							parent
							
								
									edc891fa76
								
							
						
					
					
						commit
						05c5b16585
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -675,6 +675,11 @@ include the @command{udisksctl} command, part of UDisks, and GNOME Disks." | |||
|                                           (compose list elogind-package)) | ||||
|                        (service-extension polkit-service-type | ||||
|                                           (compose list elogind-package)) | ||||
| 
 | ||||
|                        ;; Provide the 'loginctl' command. | ||||
|                        (service-extension profile-service-type | ||||
|                                           (compose list elogind-package)) | ||||
| 
 | ||||
|                        ;; TODO: Extend PAM with pam_elogind.so. | ||||
|                        )))) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue