summaryrefslogtreecommitdiff
path: root/community/ulogd/ulogd.logrotate
blob: 299e93d02defd70cab6634ea286677998cee2521 (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
    systemctl kill --signal=SIGHUP ulogd.service || true
  endscript
}