mirror of
				https://github.com/pi-hole/pi-hole.git
				synced 2025-10-31 11:44:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /var/log/pihole.log {
 | |
| 	# su #
 | |
| 	daily
 | |
| 	copytruncate
 | |
| 	rotate 5
 | |
| 	compress
 | |
| 	delaycompress
 | |
| 	notifempty
 | |
| 	nomail
 | |
| }
 | |
| 
 | |
| /var/log/pihole-FTL.log {
 | |
| 	# su #
 | |
| 	weekly
 | |
| 	copytruncate
 | |
| 	rotate 3
 | |
| 	compress
 | |
| 	delaycompress
 | |
| 	notifempty
 | |
| 	nomail
 | |
| }
 |