format files with nix fmt
		
	This commit is contained in:
		
					parent
					
						
							
								609a0a14c6
							
						
					
				
			
			
				commit
				
					
						12ed0e954b
					
				
			
		
					 16 changed files with 64 additions and 59 deletions
				
			
		|  | @ -6,16 +6,16 @@ | |||
|     description = "Yate telehony engine"; | ||||
|     unitConfig = { | ||||
|       Type = "simple"; | ||||
|       After="network.target"; | ||||
|       After = "network.target"; | ||||
|     }; | ||||
|     serviceConfig = { | ||||
|       ExecStart = "${pkgs.yate}/bin/yate -c /yate -e /yate/share -Do"; | ||||
|       Type="simple"; | ||||
|       Restart="always"; | ||||
|       Type = "simple"; | ||||
|       Restart = "always"; | ||||
|       # ... | ||||
|     }; | ||||
|     wantedBy = [ "default.target" ]; | ||||
|     requiredBy = [ "network.target" ];  | ||||
|     requiredBy = [ "network.target" ]; | ||||
|     # ... | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue