mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/execlineb -S0
 | |
| # ==============================================================================
 | |
| # Community Hass.io Add-ons: esphomeyaml
 | |
| # Take down the S6 supervision tree when esphomeyaml fails
 | |
| # ==============================================================================
 | |
| if -n { s6-test $# -ne 0 }
 | |
| if -n { s6-test ${1} -eq 256 }
 | |
| 
 | |
| s6-svscanctl -t /var/run/s6/services
 |