forked from Spark/ssm-services
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			242 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			242 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/usr/bin/env watchman | ||
|  | 
 | ||
|  | cfg_socket='/run/fcgiwrap.sock' | ||
|  | service_pidfile='/run/fcgiwrap.pid' | ||
|  | 
 | ||
|  | service_respawn='true' | ||
|  | service_command='/bin/spawn-fcgi' | ||
|  | service_args="-s ${cfg_socket} -P ${service_pidfile} -u http -g http -- /usr/bin/fcgiwrap" |