summaryrefslogtreecommitdiffstats
path: root/contrib/centos/exilog.logrotate
blob: 412c1e3bf5a7c79bf09b893c402cb4f7137ca6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# daemon does not need restarting after log rotate
# so we do not prod it any more
/var/log/exilog.log 
/var/log/exilog_agent.log
{
  missingok
  notifempty
  delaycompress
  postrotate 
  	/sbin/service exilog reload  > /dev/null 2>/dev/null || true
  endscript
}