Back to home page

EIC code displayed by LXR

 
 

    


Warning, /harvester/templates/logrotate.d/panda_harvester_service is written in an unsupported language. File is not indexed.

0001 /var/log/panda/*log {
0002     rotate 10
0003     daily
0004     compress
0005     delaycompress
0006     missingok
0007     notifempty
0008     sharedscripts
0009     postrotate
0010         /usr/bin/systemctl restart panda_harvester-uwsgi.service > /tmp/harvester_logrotate.log 2>&1 || true
0011     endscript
0012 }
0013