mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
if [ 1 -ne $# ]
 | 
						|
then
 | 
						|
    echo "You must specify argument : ./systemctl.sh  {start|stop|force-stop|restart|force-reload|status}"
 | 
						|
 | 
						|
    exit;
 | 
						|
fi
 | 
						|
 | 
						|
systemctl $1 nextepc-mmed
 | 
						|
systemctl $1 nextepc-sgwd
 | 
						|
systemctl $1 nextepc-pgwd
 | 
						|
systemctl $1 nextepc-hssd
 | 
						|
systemctl $1 nextepc-pcrfd
 |