summaryrefslogtreecommitdiff
path: root/pcr/ulogd2/logrotate
blob: 7a53c4d52d9079219b3559e97c22f5e2bb1b70dc (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/ulogd2.log {
  missingok
  notifempty
  sharedscripts
  create 0640 root root

  postrotate
    [ -e /var/run/ulogd2.pid ] && /etc/rc.d/ulogd2 restart > /dev/null
  endscript
}