home: shepherd: "shepherd.conf" returns one value.
Fixes <https://issues.guix.gnu.org/54779>. Reported by Aleksandr Vityazev <avityazev@posteo.org> and Nicolas Graves <ngraves@ngraves.fr>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Return one value.
This commit is contained in:
		
							parent
							
								
									cd5c31d192
								
							
						
					
					
						commit
						bc867b2ab0
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -84,7 +84,10 @@ as shepherd package." | |||
|                                         services)))) | ||||
|             (if (defined? 'start-in-the-background) | ||||
|                 (start-in-the-background services-to-start) | ||||
|                 (for-each start services-to-start))))) | ||||
|                 (for-each start services-to-start)) | ||||
| 
 | ||||
|             ;; Return one value. | ||||
|             #t))) | ||||
| 
 | ||||
|     (scheme-file "shepherd.conf" config))) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue