mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Text
		
	
	
	
	
	
/var/log/i2pd.log {
 | 
						|
	rotate 4
 | 
						|
	weekly
 | 
						|
	missingok
 | 
						|
	notifempty
 | 
						|
	compress
 | 
						|
	delaycompress
 | 
						|
	copytruncate
 | 
						|
	create 640 i2pd adm
 | 
						|
	postrotate
 | 
						|
		/etc/init.d/i2pd restart >/dev/null
 | 
						|
	endscript
 | 
						|
}
 |