8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/execlineb -P
 | |
| 
 | |
| s6-envdir env
 | |
| importas -u PG_VERSION PG_VERSION
 | |
| pipeline { tail -n1 /var/lib/pgsql/${PG_VERSION}/data/postmaster.pid }
 | |
| pipeline { tr -d " \n" }
 | |
| xargs test ready =
 |