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

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