summaryrefslogtreecommitdiff
path: root/sysconf/logrotate_messages
blob: c2f662ff1ae7ce9ced12834064b05978b892f89e (plain)
1
2
3
4
5
6
7
8
9
/var/log/messages {
  missingok
  notifempty
  rotate 10
  size=1000k
  postrotate
  kill -HUP `cat /var/run/syslogd.pid`
  endscript
}