mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Text
		
	
	
	
	
	
/var/log/srs/*.log {
 | 
						|
        daily
 | 
						|
        missingok
 | 
						|
        rotate 30
 | 
						|
        compress
 | 
						|
        delaycompress
 | 
						|
        notifempty
 | 
						|
        create 640 root nobody
 | 
						|
        sharedscripts
 | 
						|
        postrotate
 | 
						|
                if [ -f /var/lib/srs/srs.pid ]; then
 | 
						|
                        kill -USR1 `cat /var/lib/srs/srs.pid`
 | 
						|
                fi
 | 
						|
        endscript
 | 
						|
}
 |