summaryrefslogtreecommitdiff
blob: 777e40097a5ec0262641db16cd12a20a957c573f (plain)
1
2
3
4
5
6
7
8
9
/var/log/ulogd/*.log {
    sharedscripts
    missingok
    notifempty
    create 0640 ulogd
    postrotate
        [ -f /run/ulogd.pid ] && /bin/kill -HUP $(cat /run/ulogd.pid)
    endscript
}