Warning, /panda-server/templates/logrotate.d/panda_jedi.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 postrotate
0009 killall -u @@panda_user@@ python > /dev/null 2>/dev/null || true
0010 killall -u @@panda_user@@ python2.6 > /dev/null 2>/dev/null || true
0011 /sbin/service panda_jedi stop > /dev/null 2>/dev/null || true
0012 /sbin/service panda_jedi start > /dev/null 2>/dev/null || true
0013 sleep 60
0014 /usr/bin/panda_jedi-reniceJEDI > /dev/null 2>/dev/null || true
0015 endscript
0016 }
0017