Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/config_default/logrotate_idds is written in an unsupported language. File is not indexed.

0001 /var/log/idds/logrotate.log{
0002     daily
0003     postrotate
0004         /usr/bin/supervisorctl stop all > /dev/null 2>/dev/null || true
0005         /usr/bin/supervisorctl start all > /dev/null 2>/dev/null || true
0006     endscript
0007 }
0008 /var/log/idds/*.log {
0009     daily
0010     missingok
0011     rotate 3
0012     size 2G
0013     compress
0014     delaycompress
0015 }