mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 02:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/var/log/rippled/*.log {
 | 
						|
  daily
 | 
						|
  minsize 200M
 | 
						|
  rotate 7
 | 
						|
  nocreate
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  compress
 | 
						|
  compresscmd /usr/bin/nice
 | 
						|
  compressoptions -n19 ionice -c3 gzip
 | 
						|
  compressext .gz
 | 
						|
  postrotate
 | 
						|
    /opt/ripple/bin/rippled --conf /opt/ripple/etc/rippled.cfg logrotate
 | 
						|
  endscript
 | 
						|
}
 |