Back to home page

EIC code displayed by LXR

 
 

    


Warning, /panda-server/templates/logrotate.d/panda_server.logrotate.template is written in an unsupported language. File is not indexed.

0001 /var/log/panda/*log {
0002     rotate 180
0003     daily
0004     compress    
0005     missingok
0006     notifempty
0007     sharedscripts
0008     daily
0009     postrotate
0010         killall -u @@panda_user@@ python > /dev/null 2>/dev/null || true
0011         killall -u @@panda_user@@ python@@python_exec_version@@ > /dev/null 2>/dev/null || true
0012         /sbin/service httpd-pandasrv stop > /var/log/panda/panda_server_log_rotate.log 2>&1 || true
0013         /sbin/service httpd-pandasrv start >> /var/log/panda/panda_server_log_rotate.log 2>&1 || true
0014         renice 0 -g `cat /var/log/panda/panda_server_httpd.pid` >> /var/log/panda/panda_server_log_rotate.log 2>&1 || true
0015     endscript
0016 }