8 lines
		
	
	
		
			171 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			171 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
PWD=`pwd`
 | 
						|
 | 
						|
service up ${PWD}/grantor -config ${PWD}/system.conf -script ${PWD}/down
 | 
						|
service up ${PWD}/requestor -config ${PWD}/system.conf -script ${PWD}/down
 | 
						|
 |