mirror of
				https://github.com/HKUDS/LightRAG.git
				synced 2025-10-31 01:39:56 +00:00 
			
		
		
		
	 0affee1eef
			
		
	
	
		0affee1eef
		
	
	
	
	
		
			
			• Renamed start_lightrag.sh to lightrag-api • Renamed service file to lightrag.service • Updated service file to use new script name • Made file names more consistent
		
			
				
	
	
		
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| source /home/netman/lightrag-xyj/venv/bin/activate
 | |
| lightrag-server
 |