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

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